From 91e5aa12737d67a64773f8a7ea7fbc0926df76d8 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 14 八月 2025 17:20:25 +0800
Subject: [PATCH] fix:B端小程序——首页——列表显示了企业联系人的信息

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

diff --git a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
index 46aa238..44167d7 100644
--- a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
+++ b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
@@ -59,7 +59,12 @@
         public string RefreshToken { get; set; }
 
         /// <summary>
-        /// 鏄惁宸茬粦瀹氭墜鏈哄彿
+        /// 浼氳瘽绉橀挜锛堜粎鐢ㄤ簬寰俊灏忕▼搴忔巿鏉冪櫥褰曪級
+        /// </summary>
+        public string SessionKey { get; set; }
+
+        /// <summary>
+        /// 鏄惁宸茬粦瀹氭墜鏈哄彿锛堜粎鐢ㄤ簬寰俊灏忕▼搴忔巿鏉冪櫥褰曪級
         /// </summary>
         public bool IsBindPhoneNumber { get; set; }
     }

--
Gitblit v1.9.1