|
@@ -165,7 +165,7 @@ func (this *UserController) Detail() {
|
|
br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
|
|
br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- resp.OutboundCountryCode = userDetail.CountryCode
|
|
|
|
|
|
+ resp.OutboundCountryCode = userDetail.OutboundCountryCode
|
|
resp.OutboundMobile = userDetail.OutboundMobile
|
|
resp.OutboundMobile = userDetail.OutboundMobile
|
|
|
|
|
|
if user.CompanyId > 1 {
|
|
if user.CompanyId > 1 {
|