From 61aad62d817ddb6494f52a531fccb7e82bcfd13c Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 08 八月 2025 17:39:27 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs index 06b7e12..5f5dc2f 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,7 +41,7 @@ /// <summary> /// 瀵嗙爜鐧诲綍缁撴灉 /// </summary> - public class PasswordLoginCommandCallback + public class LoginCommandCallback { /// <summary> /// 鐢ㄦ埛璁块棶浠ょ墝 -- Gitblit v1.9.1