|
@@ -214,7 +214,7 @@ func BindWxUser(openid, mobile, email, countryCode string) (wxUser *models.WxUse
|
|
|
Source: 3,
|
|
|
CountryCode: countryCode,
|
|
|
OutboundMobile: countryCode,
|
|
|
- OutboundCountryCode: countryCode,
|
|
|
+ OutboundCountryCode: mobile,
|
|
|
}
|
|
|
tmpUserId, addUserErr := models.AddWxUser(user)
|
|
|
if err != nil {
|