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

---
 ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs b/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
index 0441bf0..b2f8b67 100644
--- a/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
+++ b/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
@@ -13,18 +13,33 @@
         /// <summary>
         /// 绛惧悕
         /// </summary>
-        public string Signature { get; set; }
+        public string signature { get; set; }
+
         /// <summary>
         /// 鏃堕棿鎴�
         /// </summary>
-        public string Timestamp { get; set; }
+        public string timestamp { get; set; }
+
         /// <summary>
         /// 闅忔満鏁�
         /// </summary>
-        public string Nonce { get; set; }
+        public string nonce { get; set; }
+
         /// <summary>
         /// 闅忔満瀛楃涓�
         /// </summary>
-        public string Echostr { get; set; }
+        public string echostr { get; set; }
+
+        public string openid { get; set; }
+
+        public string encrypt_type { get; set; }
+
+        public string msg_signature { get; set; }
+    }
+
+    public class WxmpSubscribMessageNotifyRequestBody
+    {
+        public string ToUserName { get; set; }
+        public string Encrypt { get; set; }
     }
 }

--
Gitblit v1.9.1