feat: jwt
This commit is contained in:
@@ -11,4 +11,9 @@ class AdminCode extends ReturnCode
|
||||
* @Message("登录失败")
|
||||
*/
|
||||
public const int LOGIN_ERROR = 10001;
|
||||
|
||||
/**
|
||||
* @Message("登录token已失效")
|
||||
*/
|
||||
public const int LOGIN_TOKEN_ERROR = 10002;
|
||||
}
|
||||
Reference in New Issue
Block a user