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/Commands/WxmpSubscribMessageNotifyCommand.cs | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs b/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs
index afad571..d662de4 100644
--- a/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs
+++ b/ApiTools.Core/Models/WxmpUtils/Commands/WxmpSubscribMessageNotifyCommand.cs
@@ -12,7 +12,7 @@
/// 寰俊灏忕▼搴忚闃呮秷鎭�氱煡
/// </summary>
[Resource([EnumResourceController.CommonServerWxmpUtils], AllowAnonymous = true)]
- public class WxmpSubscribMessageNotifyCommand : IRequest<bool>
+ public class WxmpSubscribMessageNotifyCommand : IRequest<Guid>
{
/// <summary>
/// 灏忕▼搴忎唬鐮�
@@ -22,7 +22,13 @@
/// 鐢ㄦ埛寮�鏀綢d
/// </summary>
public string OpenId { get; set; }
+ /// <summary>
+ /// 鎺ユ敹浜�
+ /// </summary>
public string ToUserName { get; set; }
+ /// <summary>
+ /// 鍙戦�佷汉
+ /// </summary>
public string FromUserName { get; set; }
/// <summary>
/// 鍒涘缓鏃堕棿
@@ -39,7 +45,23 @@
/// <summary>
/// 鍐呭
/// </summary>
- [JsonProperty("debug_str")]
- public string Content { get; set; }
+ [JsonProperty("List")]
+ public WxmpSubscribMessageNotifyCommandContent Content { get; set; }
+ }
+
+ public class WxmpSubscribMessageNotifyCommandContent
+ {
+ /// <summary>
+ /// 鍦烘櫙
+ /// </summary>
+ public string PopupScene { get; set; }
+ /// <summary>
+ /// 鐘舵��
+ /// </summary>
+ public string SubscribeStatusString { get; set; }
+ /// <summary>
+ /// 妯℃澘Id
+ /// </summary>
+ public string TemplateId { get; set; }
}
}
--
Gitblit v1.9.1