This commit is contained in:
2023-07-06 10:04:54 +08:00
parent 485704141b
commit 929606ac5d

View File

@@ -74,7 +74,7 @@ public class CaptchaController {
capStr = code = captchaProducer.createText();
image = captchaProducer.createImage(capStr);
}
log.info("获取验证码 uuid:{}, captcha:{}", uuid, capStr);
// log.info("获取验证码 uuid:{}, captcha:{}", uuid, capStr);
redisCache.setCacheObject(verifyKey, code, Constants.CAPTCHA_EXPIRATION, TimeUnit.MINUTES);
// 转换流信息写出
FastByteArrayOutputStream os = new FastByteArrayOutputStream();