mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Added token automatic renew
This commit is contained in:
@@ -12,6 +12,7 @@ public class ResponseCode {
|
||||
public static final int LOGOUT_FAILED = 20016;
|
||||
public static final int TOKEN_IS_ILLEGAL = 20017;
|
||||
public static final int TOKEN_HAS_EXPIRED = 20018;
|
||||
public static final int TOKEN_RENEW_SUCCESS = 20019;
|
||||
public static final int DATABASE_SELECT_OK = 20021;
|
||||
public static final int DATABASE_SAVE_OK = 20022;
|
||||
public static final int DATABASE_UPDATE_OK = 20023;
|
||||
|
||||
Reference in New Issue
Block a user