sunpengfei
2025-08-07 80ea3453bc10954dd6fad6dc2c3cac87d8e12166
FlexJobApi.User.Application/Auths/Commands/PasswordLoginCommandHandler.cs
@@ -53,6 +53,8 @@
                UserName = userInfo.UserName,
                PhoneNumber = userInfo.PhoneNumber,
                Level = userInfo.Level,
                Type = request.Type,
                ClientType = request.ClientType
            };
            JwtUtils.GenerateToken(logier);