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 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs index 5f5dc2f..feef68c 100644 --- a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs +++ b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs @@ -44,6 +44,11 @@ public class LoginCommandCallback { /// <summary> + /// 鐢ㄦ埛Id + /// </summary> + public Guid Id { get; set; } + + /// <summary> /// 鐢ㄦ埛璁块棶浠ょ墝 /// </summary> public string AccessToken { get; set; } @@ -52,6 +57,5 @@ /// 鍒锋柊浠ょ墝 /// </summary> public string RefreshToken { get; set; } - } } -- Gitblit v1.9.1