From 1bd7ead544c3605bcf4b13d21c75c1a24fae2ddc Mon Sep 17 00:00:00 2001 From: Echo <1711788888@qq.com> Date: Sun, 31 Mar 2024 03:52:36 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task/wxMsg.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task/wxMsg.go b/task/wxMsg.go index 487a9c4..7494560 100644 --- a/task/wxMsg.go +++ b/task/wxMsg.go @@ -78,7 +78,7 @@ func MiniappSendMsg(userId string, utId string) { msgData := msg.SendRequest{ ToUser: user.WechatOpenId, TemplateID: "PgxoZOOSDgBcmIGd_EVLDnYUmL3eu6NQTAZCsHQeuWY", - Page: "/page/index/todo", + Page: "/pages/index/done", MiniprogramState: msg.MiniprogramStateTrial, Data: msg.SendData{ "thing1": msg.SendValue{Value: text[i]}, @@ -94,7 +94,7 @@ func MiniappSendMsg(userId string, utId string) { msgData := msg.SendRequest{ ToUser: user.WechatOpenId, TemplateID: "PgxoZOOSDgBcmIGd_EVLDnYUmL3eu6NQTAZCsHQeuWY", - Page: "/page/index/todo", + Page: "/pages/index/done", MiniprogramState: msg.MiniprogramStateTrial, Data: msg.SendData{ "thing1": msg.SendValue{Value: ut.Content},