app端忘记密码redis缓存key字段优化

This commit is contained in:
2025-06-24 13:58:00 +08:00
parent 1f7f4bf537
commit a7bb1d8e84
3 changed files with 30 additions and 37 deletions

View File

@ -2,5 +2,7 @@ package com.fuyuanshen.constants;
public class RedisConstants {
public static final String APP_SMS_TOKEN = "app_sms_forgotPassword:";
public static final String APP_FORGOT_PASSWORD_SMS_TOKEN = "app_sms_forgotPassword:";
public static final String APP_REGISTER_SMS_TOKEN = "app_sms_register:";
}