fix: 取消验证失败删除缓存

This commit is contained in:
landaiqing
2024-05-11 01:19:56 +08:00
parent 5821fe7b94
commit 03861fc499

View File

@@ -82,7 +82,6 @@ public class ReactRotateCaptchaController {
redisUtil.del(prefix);
return CaptchaResult.ok();
} else {
redisUtil.del(prefix);
return CaptchaResult.fail();
}
} else {