From 582011fe0778b89312a3a9f886a24d687530aad4 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 02 九月 2025 14:45:47 +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