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.Core/Models/WxmpUtils/Commands/SendWxmpSubscribMessageCommand.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSendSubscribMessageCommand.cs b/ApiTools.Core/Models/WxmpUtils/Commands/SendWxmpSubscribMessageCommand.cs
similarity index 88%
rename from ApiTools.Core/Models/WxmpUtils/Commands/WxmpSendSubscribMessageCommand.cs
rename to ApiTools.Core/Models/WxmpUtils/Commands/SendWxmpSubscribMessageCommand.cs
index b73c4bf..cbc2ac9 100644
--- a/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSendSubscribMessageCommand.cs
+++ b/ApiTools.Core/Models/WxmpUtils/Commands/SendWxmpSubscribMessageCommand.cs
@@ -12,8 +12,8 @@
     /// <summary>
     /// 寰俊灏忕▼搴忓彂閫佽闃呮秷鎭�
     /// </summary>
-    [Resource([EnumResourceController.CommonServerWxmpUtils], Method = EnumResourceMethod.Post)]
-    public class WxmpSendSubscribMessageCommand : IRequest<Guid>
+    [Resource([EnumResourceController.CommonServerWxmpUtils])]
+    public class SendWxmpSubscribMessageCommand : IRequest<Guid>
     {
         /// <summary>
         /// 灏忕▼搴忕紪鍙�

--
Gitblit v1.9.1