From ab1cb1dd0c2fd1550969ecf9eafe77f4409489b6 Mon Sep 17 00:00:00 2001 From: liujiaqiang <1448951783@qq.com> Date: Mon, 11 Dec 2023 11:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/WechatMessagerClient.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/24Hour/WechatMessagerClient.cs b/24Hour/WechatMessagerClient.cs index f2a50b7..d87919e 100644 --- a/24Hour/WechatMessagerClient.cs +++ b/24Hour/WechatMessagerClient.cs @@ -56,6 +56,8 @@ namespace _24Hour secid = $"{configuration.GetSection("Wechat:secid").Value}"; Gzhappid = $"{configuration.GetSection("WechatGzh:appid").Value}"; Gzhsecret = $"{configuration.GetSection("WechatGzh:secret").Value}"; + TemplateIdSuccess = $"{configuration.GetSection("Wechat:templateIdSuccess").Value}"; + TemplateIdFail = $"{configuration.GetSection("Wechat:templateIdFail").Value}"; } //小程序获取openId public async Task GetOpenId(string code)