作者 yangfu

修改yaml

@@ -42,6 +42,6 @@ h5_host = "http://mmm-web-open-test.fjmaimaimai.com" @@ -42,6 +42,6 @@ h5_host = "http://mmm-web-open-test.fjmaimaimai.com"
42 42
43 #审核中心 43 #审核中心
44 suplus_approve_host ="http://suplus-approve-dev.fjmaimaimai.com" 44 suplus_approve_host ="http://suplus-approve-dev.fjmaimaimai.com"
45 - 45 +4
46 #企业平台 46 #企业平台
47 -BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com/}"  
  47 +BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com}"
@@ -43,4 +43,4 @@ h5_host = "https://web-open.fjmaimaimai.com" @@ -43,4 +43,4 @@ h5_host = "https://web-open.fjmaimaimai.com"
43 suplus_approve_host ="https://public-interface.fjmaimaimai.com/approve" 43 suplus_approve_host ="https://public-interface.fjmaimaimai.com/approve"
44 44
45 #企业平台 45 #企业平台
46 -BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com/}"  
  46 +BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com}"
@@ -43,4 +43,4 @@ h5_host = "http://mmm-web-open-test.fjmaimaimai.com" @@ -43,4 +43,4 @@ h5_host = "http://mmm-web-open-test.fjmaimaimai.com"
43 suplus_approve_host ="http://suplus-approve-test.fjmaimaimai.com" 43 suplus_approve_host ="http://suplus-approve-test.fjmaimaimai.com"
44 44
45 #企业平台 45 #企业平台
46 -BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com/}"  
  46 +BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com}"
@@ -131,7 +131,7 @@ func CheckUcenterResponse(message *protocol.Message) (err error) { @@ -131,7 +131,7 @@ func CheckUcenterResponse(message *protocol.Message) (err error) {
131 } 131 }
132 132
133 /*******************企业平台****************/ 133 /*******************企业平台****************/
134 -var MethodUserAuth = "auth/get-user-auth" 134 +var MethodUserAuth = "/auth/get-user-auth"
135 135
136 //验证用户模块权限 136 //验证用户模块权限
137 func CheckUserModuleAuth(uid int64) (auth bool) { 137 func CheckUserModuleAuth(uid int64) (auth bool) {