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 | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs b/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
new file mode 100644
index 0000000..b2f8b67
--- /dev/null
+++ b/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
@@ -0,0 +1,45 @@
+锘縰sing Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Text.Json.Serialization;
+using System.Threading.Tasks;
+
+namespace ApiTools.Core
+{
+ public class WxmpSubscribMessageNotifyRequestQuery
+ {
+ /// <summary>
+ /// 绛惧悕
+ /// </summary>
+ public string signature { get; set; }
+
+ /// <summary>
+ /// 鏃堕棿鎴�
+ /// </summary>
+ public string timestamp { get; set; }
+
+ /// <summary>
+ /// 闅忔満鏁�
+ /// </summary>
+ public string nonce { get; set; }
+
+ /// <summary>
+ /// 闅忔満瀛楃涓�
+ /// </summary>
+ 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