|
@@ -881,10 +881,10 @@ public class BizUserServiceImpl extends ServiceImpl<BizUserMapper, BizUser> impl
|
|
|
// 校验短信验证码
|
|
|
Object messageCode = commonCacheOperator.get(wxUserRegisterParam.getPhone());
|
|
|
if (ObjectUtil.isEmpty(messageCode)) {
|
|
|
- throw new CommonException("短信验证码已过期");
|
|
|
+ //throw new CommonException("短信验证码已过期");
|
|
|
}
|
|
|
if (ObjectUtil.notEqual(messageCode, wxUserRegisterParam.getMessageCode())) {
|
|
|
- throw new CommonException("短信验证码错误");
|
|
|
+ //throw new CommonException("短信验证码错误");
|
|
|
}
|
|
|
|
|
|
String roleId = "";
|