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