加入旋转图片验证码

This commit is contained in:
天爱有情
2022-04-24 16:14:08 +08:00
parent 270cf02d57
commit 7d9dea6975
@@ -80,6 +80,8 @@ public class CacheImageCaptchaGenerator implements ImageCaptchaGenerator {
} catch (Exception e) {
// cache所有
log.error("缓存队列扫描时出错, ex", e);
// 删掉它
queueMap.remove(k);
// 休眠
sleep();
}