mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-24 03:02:43 +08:00
加入旋转图片验证码
This commit is contained in:
+2
@@ -80,6 +80,8 @@ public class CacheImageCaptchaGenerator implements ImageCaptchaGenerator {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// cache所有
|
// cache所有
|
||||||
log.error("缓存队列扫描时出错, ex", e);
|
log.error("缓存队列扫描时出错, ex", e);
|
||||||
|
// 删掉它
|
||||||
|
queueMap.remove(k);
|
||||||
// 休眠
|
// 休眠
|
||||||
sleep();
|
sleep();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user