1.后台登录接口

2.异常处理
This commit is contained in:
张松
2025-02-10 14:02:10 +08:00
parent a6f4cdb932
commit f7a5b7c9f7
39 changed files with 1196 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
package com.czg.config;
/**
*
* key常量
* @author Administrator
*/
public interface RedisCst {
String LOGIN_CODE = "login:code:";
}