修复丢失文件

This commit is contained in:
future
2026-06-24 23:11:01 +08:00
parent 8cb7bc6ae8
commit b291dacf3d
7 changed files with 1 additions and 142 deletions
@@ -61,7 +61,6 @@ public final class RedisKeyConstants {
* appType: miniapp(小程序), mp(公众号)
*/
public static final String WECHAT_ACCESS_TOKEN = "wechat:access_token:";
<<<<<<< HEAD
// ==================== 认证模块 ====================
@@ -71,6 +70,4 @@ public final class RedisKeyConstants {
* 用途:存储登录/注册等场景的短信验证码
*/
public static final String SMS_CODE = "sms:code:";
=======
>>>>>>> 08cf82a (签到模块)
}