修改 token 置换逻辑.

This commit is contained in:
lijiahang
2024-01-04 16:00:51 +08:00
parent 71299801c5
commit acc165b4c6
23 changed files with 236 additions and 142 deletions

View File

@@ -71,6 +71,8 @@ public interface ErrorMessage {
String ANY_NO_PERMISSION = "{}无权限";
String SESSION_PRESENT = "会话已存在";
String SESSION_ABSENT = "会话不存在";
}

View File

@@ -13,8 +13,6 @@ public interface ExtraFieldConst extends FieldConst {
String TRACE_ID = "traceId";
String SESSION_ID = "sessionId";
String IDENTITY = "identity";
String GROUP_NAME = "groupName";
@@ -33,4 +31,8 @@ public interface ExtraFieldConst extends FieldConst {
String GRANT_NAME = "grantName";
String CHANNEL_ID = "channelId";
String SESSION_ID = "sessionId";
}