作者 yangfu

用户信息修改

... ... @@ -148,7 +148,7 @@ func CheckUserModuleAuth(uid int64) (auth bool) {
log.Error(err)
return false
} else {
log.Debug(req.Url, string(data))
log.Debug(req.Url, uid, string(data))
}
if message.Errno != 0 {
log.Debug("CheckUserModuleAuth :", message.Errno, message.Errmsg)
... ...
... ... @@ -448,7 +448,6 @@ func UserInfoV3(header *protocol.RequestHeader, request *protocol.UserInfoReques
}
if userCompanys[i].Id == header.UserId && userCompanys[i].CompanyId == header.CompanyId {
companyId = header.CompanyId
break
}
}
//公司列表是所有有权限的公司,企业平台
... ...