fix: 图片旋转完善

This commit is contained in:
zlg
2024-05-10 19:29:40 +08:00
parent 43f505fdee
commit efed63fb8e

View File

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