作者 yangfu

修改yaml

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