From 177aa6f1c4601e4fb34aff04c4e328c98b489888 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 07 八月 2025 10:17:14 +0800 Subject: [PATCH] fix:bug --- FlexJobApi.User.Application/Auths/Commands/PasswordLoginCommandHandler.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.User.Application/Auths/Commands/PasswordLoginCommandHandler.cs b/FlexJobApi.User.Application/Auths/Commands/PasswordLoginCommandHandler.cs index 55a4936..4e26bd1 100644 --- a/FlexJobApi.User.Application/Auths/Commands/PasswordLoginCommandHandler.cs +++ b/FlexJobApi.User.Application/Auths/Commands/PasswordLoginCommandHandler.cs @@ -34,6 +34,7 @@ { it.Id, it.Avatar, + it.Level, it.UserAuth.Name, it.UserAuth.UserName, it.UserAuth.PhoneNumber, @@ -51,6 +52,9 @@ Name = userInfo.Name, UserName = userInfo.UserName, PhoneNumber = userInfo.PhoneNumber, + Level = userInfo.Level, + Type = request.Type, + ClientType = request.ClientType }; JwtUtils.GenerateToken(logier); -- Gitblit v1.9.1