update 发送验证码时不返回

This commit is contained in:
lijiarao
2021-12-26 16:26:23 +08:00
parent c65289ff13
commit 7bd8b7a629
2 changed files with 6 additions and 6 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();
}
}