From 36bfd0a99d25d9497cb7fa7e46f34198f7c73abd Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 11 八月 2025 09:45:44 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
index 06b7e12..feef68c 100644
--- a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
+++ b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
@@ -13,7 +13,7 @@
     /// 瀵嗙爜鐧诲綍
     /// </summary>
     [Resource([EnumResourceController.Auth], AllowAnonymous = true)]
-    public class PasswordLoginCommand : IRequest<PasswordLoginCommandCallback>
+    public class PasswordLoginCommand : IRequest<LoginCommandCallback>
     {
         /// <summary>
         /// 璐﹀彿
@@ -41,8 +41,13 @@
     /// <summary>
     /// 瀵嗙爜鐧诲綍缁撴灉
     /// </summary>
-    public class PasswordLoginCommandCallback
+    public class LoginCommandCallback
     {
+        /// <summary>
+        /// 鐢ㄦ埛Id
+        /// </summary>
+        public Guid Id { get; set; }
+
         /// <summary>
         /// 鐢ㄦ埛璁块棶浠ょ墝
         /// </summary>
@@ -52,6 +57,5 @@
         /// 鍒锋柊浠ょ墝
         /// </summary>
         public string RefreshToken { get; set; }
-
     }
 }

--
Gitblit v1.9.1