@@ -214,9 +214,9 @@ func BindWxUser(openid, mobile, email string, areaNum, registerPlatform int) (wx
Email: email,
IsRegister: 1,
Source: source,
- CountryCode: areaNum,
+ CountryCode: strconv.Itoa(areaNum),
OutboundMobile: mobile,
- OutboundCountryCode: areaNum,
+ OutboundCountryCode: strconv.Itoa(areaNum),
}
tmpUserId, addUserErr := models.AddWxUser(user)
//添加完成,清除缓存