模拟前端 登录测试

This commit is contained in:
2025-06-30 15:44:53 +08:00
parent 20f3edaeec
commit 0969a7cd1f
2 changed files with 78 additions and 0 deletions

View File

@ -146,6 +146,7 @@ public class CaptchaController {
}
log.info("图片验证码:{}", code);
log.info("图片验证码uuid{}", uuid);
RedisUtils.setCacheObject(verifyKey, code, Duration.ofMinutes(Constants.CAPTCHA_EXPIRATION));
CaptchaVo captchaVo = new CaptchaVo();