From 32d421fb8bdd76f7613af548c9dfb184c4a64a23 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 01 十二月 2025 13:14:02 +0800
Subject: [PATCH] feat:开发

---
 ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs b/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs
index 033e7d6..55575cc 100644
--- a/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs
+++ b/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs
@@ -10,9 +10,11 @@
     /// <summary>
     /// 寰俊灏忕▼搴忚闃呮秷鎭�氱煡
     /// </summary>
-    [Resource([EnumResourceController.CommonServerWxmpUtils], Method = EnumResourceMethod.Post)]
+    [Resource([EnumResourceController.CommonServerWxmpUtils], Method = EnumResourceMethod.Get)]
     public class WxmpSubscribMessageNotifyCommand : IRequest<bool>
     {
+
+
         public string ToUserName { get; set; }
         public string FromUserName { get; set; }
         public DateTime CreateTime { get; set; }

--
Gitblit v1.9.1