fix 取消回显短信验证码

This commit is contained in:
lijiarao
2021-11-11 17:26:28 +08:00
parent 3a09ec6010
commit 31d9abbd36
2 changed files with 4 additions and 4 deletions
@@ -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();
}
}