用户登录问题修改

This commit is contained in:
jiang 2024-09-10 18:05:54 +08:00
parent 2de7f812ce
commit a1ea5b8077
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class CacheConstants {
/** /**
* 手机验证码 redis key * 手机验证码 redis key
*/ */
public static final String CAPTCHA_PHONE_CODE_KEY = "captcha_phone_codes:"; public static final String VERIFICATION_CODE = "verification-code:";
/** /**
* 参数管理 cache key * 参数管理 cache key