app端忘记密码功能实现

This commit is contained in:
2025-06-24 13:38:36 +08:00
parent d91012ee1b
commit 1f7f4bf537
8 changed files with 158 additions and 9 deletions

View File

@ -0,0 +1,6 @@
package com.fuyuanshen.constants;
public class RedisConstants {
public static final String APP_SMS_TOKEN = "app_sms_forgotPassword:";
}