Commit ba26390e authored by m1991's avatar m1991

登录模块——用户发送短信时-替换验证码功能修复

parent 0d814721
......@@ -78,7 +78,7 @@ public class LoginController {
//根据手机号判断用户是否存在
//不存在则保存用户信息--修改为提示用户注册
users = usersService.queryUsersByPhone(userId);
register(userId,"1",sms);
if (null == users) {
//throw new BaseException(ResultEnum.FAIL_ACCOUNT_NOT_EXIST);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment