|
@@ -486,7 +486,7 @@ func (this *WechatController) GetPhoneNumber() {
|
|
|
}
|
|
|
|
|
|
resp := new(models.WxGetPhoneNumberResp)
|
|
|
- resp.PhoneNumber = wxMobile.PhoneNumber
|
|
|
+ resp.PhoneNumber = "+86" + wxMobile.PhoneNumber
|
|
|
resp.PurePhoneNumber = wxMobile.PurePhoneNumber
|
|
|
resp.CountryCode = wxMobile.CountryCode
|
|
|
br.Msg = "获取成功!"
|