We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50e20 commit 4e2f94cCopy full SHA for 4e2f94c
1 file changed
simple-common/src/main/java/top/cadecode/common/enums/AuthErrorEnum.java
@@ -16,6 +16,8 @@ public enum AuthErrorEnum implements ResponseCode {
16
TOKEN_EXPIRED(1002, "Token 已过期"),
17
TOKEN_NO_AUTHORITY(1003, "权限不足"),
18
TOKEN_CREATE_ERROR(1004, "登录失败"),
19
+ TOKEN_REFRESH_ERROR(1005, "Refresh Token 错误"),
20
+ TOKEN_REFRESH_EXPIRED(1006, "Refresh Token 已过期"),
21
;
22
23
private final String code;
0 commit comments