ziwen 2 سال پیش
والد
کامیت
25628ac10b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

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