From 6396dac27ca99e84a2e3c772fb079bceddf67ff8 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 01 十二月 2025 18:17:45 +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