|
|
|
@@ -75,7 +75,7 @@ public class WxMsgValidationcodeController extends BaseController { |
|
|
|
//wxMsgValidationcode.setAppid(user.getAppId()); |
|
|
|
ResultData rd = wxMsgValidationcodeService.hasvalidationcode(wxMsgValidationcode); |
|
|
|
if (rd.code == Result.SUCCESS) { |
|
|
|
boolean isFirstPhone = false; |
|
|
|
Boolean isFirstPhone = false; |
|
|
|
// 更新到basicinfo |
|
|
|
Long basicUserId = saveToBasicInfoByCUser(phone, user.getNickName(), user.getAvatarUrl(), user.getGender(), user.getUserId(),isFirstPhone); |
|
|
|
if (null != basicUserId) { |
|
|
|
|