From 8d9adc809cee12d16caf9854ada2e7d030a5f4b4 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 21 十一月 2025 15:41:42 +0800
Subject: [PATCH] feat:开发
---
ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs b/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs
index 25a8315..45ea2c6 100644
--- a/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs
+++ b/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs
@@ -17,7 +17,7 @@
WxmpUtils utils,
IHttpContextAccessor httpContextAccessor
) :
- IRequestHandler<WxmpSendSubscribMessageCommand, Guid>,
+ IRequestHandler<SendWxmpSubscribMessageCommand, Guid>,
IRequestHandler<WxmpSubscribMessageNotifyCommand, bool>
{
private readonly ILogger<WxmpSubscribMessageCommandHandler> logger = logger;
@@ -30,7 +30,7 @@
/// <param name="request"></param>
/// <param name="cancellationToken"></param>
/// <returns></returns>
- public async Task<Guid> Handle(WxmpSendSubscribMessageCommand request, CancellationToken cancellationToken)
+ public async Task<Guid> Handle(SendWxmpSubscribMessageCommand request, CancellationToken cancellationToken)
{
await utils.WxmpSendSubscribMessage(new WxmpSendSubscribMessageRequest
{
--
Gitblit v1.9.1