feat: 添加错误码:刷新令牌过期
This commit is contained in:
@ -8,5 +8,7 @@ public class Exceptions {
|
||||
|
||||
public static final String TOKEN_EXPIRED = "00010003";
|
||||
|
||||
public static final String NOT_AUTHORITY = "00010004";
|
||||
public static final String REFRESH_TOKEN_INVALID = "00010004";
|
||||
|
||||
public static final String NOT_AUTHORITY = "00010005";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user