From 91bebd62f70a33c20a0a8880cfc0b2e99a9cc487 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 11 八月 2025 14:16:00 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs index feef68c..46aa238 100644 --- a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs +++ b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs @@ -57,5 +57,10 @@ /// 鍒锋柊浠ょ墝 /// </summary> public string RefreshToken { get; set; } + + /// <summary> + /// 鏄惁宸茬粦瀹氭墜鏈哄彿 + /// </summary> + public bool IsBindPhoneNumber { get; set; } } } -- Gitblit v1.9.1