|
|
@@ -108,7 +108,8 @@ public class JinMaoController extends BaseController { |
|
|
if(StringUtils.isNotBlank(phone) && phone.matches("^1[0-9]{10}$")){ |
|
|
if(StringUtils.isNotBlank(phone) && phone.matches("^1[0-9]{10}$")){ |
|
|
WxCUserBasicInfo basicInfo = new WxCUserBasicInfo(); |
|
|
WxCUserBasicInfo basicInfo = new WxCUserBasicInfo(); |
|
|
basicInfo.setPhone(phone); |
|
|
basicInfo.setPhone(phone); |
|
|
basicInfo.setNickName(userName); |
|
|
|
|
|
|
|
|
basicInfo.setName(userName); |
|
|
|
|
|
// basicInfo.setNickName(userName); |
|
|
basicInfo.setSex(sex); |
|
|
basicInfo.setSex(sex); |
|
|
basicInfo.setBirthdate(birthday); |
|
|
basicInfo.setBirthdate(birthday); |
|
|
basicInfo.setHeight(height); |
|
|
basicInfo.setHeight(height); |
|
|
|