From 7912941b7ab3917f91657689b1c8dd01e5cd93f3 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 08 八月 2025 14:11:28 +0800
Subject: [PATCH] fix:bug

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

diff --git a/FlexJobApi.Core/Models/UserServer/Auths/Commands/SendVerifyCodeCommand.cs b/FlexJobApi.Core/Models/UserServer/Auths/Commands/SendVerifyCodeCommand.cs
index c2b2159..b527e3a 100644
--- a/FlexJobApi.Core/Models/UserServer/Auths/Commands/SendVerifyCodeCommand.cs
+++ b/FlexJobApi.Core/Models/UserServer/Auths/Commands/SendVerifyCodeCommand.cs
@@ -11,7 +11,7 @@
     /// 鍙戦�侀獙璇佺爜
     /// </summary>
     [Resource([EnumResourceController.Auth], AllowAnonymous = true)]
-    public class SendVerifyCodeCommand : IRequest
+    public class SendVerifyCodeCommand : IRequest<Guid>
     {
         /// <summary>
         /// 鎵嬫満鍙风爜

--
Gitblit v1.9.1