update 发送验证码时不返回
This commit is contained in:
+2
-2
@@ -640,7 +640,7 @@ public class LoginController {
|
||||
throw new JeroBootException("手机号或账号不存在");
|
||||
}
|
||||
sysBaseAPI.sendVerificationCode(phone,"2","300",null);
|
||||
String string = redisUtil.get("_verification:_phone:" + phone).toString();
|
||||
return Result.OK(string);
|
||||
//String string = redisUtil.get("_verification:_phone:" + phone).toString();
|
||||
return Result.OK();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user