2
0

feat: 忘记密码

This commit is contained in:
caiyuchao
2025-02-13 11:22:16 +08:00
parent 076fa284aa
commit d0c9eb320a
20 changed files with 218 additions and 16 deletions

View File

@@ -179,7 +179,7 @@ public class ValidateCodeServiceImpl implements ValidateCodeService
{
throw new VerificationCodeException("email.code.not.blankk");
}
String verifyKey = GlobalConstants.CAPTCHA_CODE_KEY + StringUtils.nvl(uuid, "");
String verifyKey = GlobalConstants.CAPTCHA_CODE_KEY + GlobalConstants.USER + StringUtils.nvl(uuid, "");
String captcha = redisService.getCacheObject(verifyKey);
if (captcha == null)
{