From 44c6adb7620d3e7ddec49a59035f094499113a6a Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 02 九月 2025 09:57:45 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.UserServer.Application/EnterpriseWallets/Queries/AlipayUserAgreementPageSignNotifyQueryHandler.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/FlexJobApi.UserServer.Application/EnterpriseWallets/Queries/AlipayUserAgreementPageSignNotifyQueryHandler.cs b/FlexJobApi.UserServer.Application/EnterpriseWallets/Queries/AlipayUserAgreementPageSignNotifyQueryHandler.cs
index deb6ce8..f039e8d 100644
--- a/FlexJobApi.UserServer.Application/EnterpriseWallets/Queries/AlipayUserAgreementPageSignNotifyQueryHandler.cs
+++ b/FlexJobApi.UserServer.Application/EnterpriseWallets/Queries/AlipayUserAgreementPageSignNotifyQueryHandler.cs
@@ -12,7 +12,7 @@
     /// 鏀粯瀹濈敤鎴锋巿鏉冨崗璁绾﹂�氱煡
     /// </summary>
     public class AlipayUserAgreementPageSignNotifyQueryHandler :
-        IRequestHandler<AlipayUserAgreementPageSignNotifyQuery, bool>
+        IRequestHandler<GetAlipayUserAgreementPageSignNotifyQuery, bool>
     {
         /// <summary>
         /// 鏀粯瀹濈敤鎴锋巿鏉冨崗璁绾﹂�氱煡
@@ -20,7 +20,7 @@
         /// <param name="request"></param>
         /// <param name="cancellationToken"></param>
         /// <returns></returns>
-        public Task<bool> Handle(AlipayUserAgreementPageSignNotifyQuery request, CancellationToken cancellationToken)
+        public Task<bool> Handle(GetAlipayUserAgreementPageSignNotifyQuery request, CancellationToken cancellationToken)
         {
             return Task.FromResult(true);
         }

--
Gitblit v1.9.1