This commit is contained in:
caozehui
2024-11-26 10:03:29 +08:00
parent 8637eb946c
commit ce2a8c3bc6
3 changed files with 19 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ public interface SecurityConstants {
/**
* 认证成功后,返回信息包含的内容-
*/
String USER_INDEX_KEY = "userIndex";
String USER_ID = "userId";
String USER_TYPE = "userType";
String USER_NAME_KEY = "user_name";
String USER_HEAD_KEY = "headSculpture";