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 {