mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-09-01 03:15:16 +08:00
加入旋转图片验证码
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ public class CacheImageCaptchaGenerator implements ImageCaptchaGenerator {
|
|||||||
return target.generateCaptchaImage(generateParam);
|
return target.generateCaptchaImage(generateParam);
|
||||||
}
|
}
|
||||||
// 减1
|
// 减1
|
||||||
if (poll == null) {
|
if (poll != null) {
|
||||||
AtomicInteger pos = posMap.get(generateParam);
|
AtomicInteger pos = posMap.get(generateParam);
|
||||||
if (pos != null) {
|
if (pos != null) {
|
||||||
pos.decrementAndGet();
|
pos.decrementAndGet();
|
||||||
|
|||||||
Reference in New Issue
Block a user