jwt增加用户登录名

This commit is contained in:
2025-08-05 20:37:58 +08:00
parent f069a16e43
commit c401f04bbe

View File

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