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 | 28 ++++++++++++++++++++--------
1 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs b/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
index 8f8bed4..b2f8b67 100644
--- a/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
+++ b/ApiTools.Core/Models/WxmpUtils/Models/WxmpSubscribMessageNotifyRequestQuery.cs
@@ -3,6 +3,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
+using System.Text.Json.Serialization;
using System.Threading.Tasks;
namespace ApiTools.Core
@@ -12,22 +13,33 @@
/// <summary>
/// 绛惧悕
/// </summary>
- [JsonProperty("signature")]
- public string Signature { get; set; }
+ public string signature { get; set; }
+
/// <summary>
/// 鏃堕棿鎴�
/// </summary>
- [JsonProperty("timestamp")]
- public string Timestamp { get; set; }
+ public string timestamp { get; set; }
+
/// <summary>
/// 闅忔満鏁�
/// </summary>
- [JsonProperty("nonce")]
- public string Nonce { get; set; }
+ public string nonce { get; set; }
+
/// <summary>
/// 闅忔満瀛楃涓�
/// </summary>
- [JsonProperty("echostr")]
- 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