mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 19:08:35 +08:00
update 同步ruoyi
This commit is contained in:
@@ -91,7 +91,7 @@ public class ValidateCodeServiceImpl implements ValidateCodeService {
|
||||
if (StringUtils.isEmpty(uuid)) {
|
||||
throw new CaptchaExpireException();
|
||||
}
|
||||
String verifyKey = Constants.CAPTCHA_CODE_KEY + uuid;
|
||||
String verifyKey = CacheConstants.CAPTCHA_CODE_KEY + uuid;
|
||||
String captcha = RedisUtils.getCacheObject(verifyKey);
|
||||
RedisUtils.deleteObject(verifyKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user