From f0b6b14e692e6959d31a1bc0e4b6ddde40c2a6ac Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 13 Sep 2021 11:17:16 +0800 Subject: [PATCH] aa --- business/jxutils/weixinmsg/weixinmsg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxutils/weixinmsg/weixinmsg.go b/business/jxutils/weixinmsg/weixinmsg.go index d0313db7e..766998700 100644 --- a/business/jxutils/weixinmsg/weixinmsg.go +++ b/business/jxutils/weixinmsg/weixinmsg.go @@ -1043,7 +1043,7 @@ func NotifyKnowledge(storeID int, title string) (err error) { "value": "", }, } - return SendMsgToStore(storeID, templateID, globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID), "pages/msg-list/main", data) + return SendMsgToStore(storeID, templateID, globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID), "pages/user-center/main", data) } func SendUserMessage(ctx *jxcontext.Context, title, content string, userIDs []string, isAsync, isContinueWhenError bool) (hint string, err error) {