1.后台登录接口
2.异常处理
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.czg.config;
|
||||
|
||||
/**
|
||||
*
|
||||
* key常量
|
||||
* @author Administrator
|
||||
*/
|
||||
public interface RedisCst {
|
||||
String LOGIN_CODE = "login:code:";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user