From f0bf887e538163e65101a4b9e2a165eb7694a90e Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 21 十一月 2025 16:08:49 +0800
Subject: [PATCH] feat:开发
---
ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs b/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs
index 45ea2c6..3e600b2 100644
--- a/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs
+++ b/ApiTools.Application/WxUtils/Commands/WxmpSubscribMessageCommandHandler.cs
@@ -35,7 +35,7 @@
await utils.WxmpSendSubscribMessage(new WxmpSendSubscribMessageRequest
{
Data = request.Data,
- TemplateId = request.Template.ToString(),
+ TemplateId = request.TemplateId,
Page = request.Page,
WxmpCode = request.WxmpCode,
Touser = request.Touser,
--
Gitblit v1.9.1