feat: 添加错误码:刷新令牌过期

This commit is contained in:
2025-11-30 08:50:33 +08:00
parent 146d841cd8
commit 9564b1a13c
3 changed files with 9 additions and 5 deletions

View File

@ -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";
}