This commit is contained in:
caozehui
2025-02-24 10:40:29 +08:00
parent b995175113
commit 755900e5da
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ public interface SecurityConstants {
*/
String USER_ID = "userId";
String USER_TYPE = "userType";
String USER_NAME_KEY = "user_name";
String USER_NAME_KEY = "name";
String USER_HEAD_KEY = "headSculpture";
String USER_NICKNAME_KEY = "nickname";
String CLIENT_ID_KEY = "client_id";