This commit is contained in:
suyl
2021-09-13 11:05:33 +08:00
parent ed2e410a9d
commit 46cf555a7e

View File

@@ -1043,7 +1043,7 @@ func NotifyKnowledge(storeID int, title string) (err error) {
"value": "", "value": "",
}, },
} }
return SendMsgToStore(storeID, templateID, "", "", data) return SendMsgToStore(storeID, templateID, globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID), "pages/msg-list/main", data)
} }
func SendUserMessage(ctx *jxcontext.Context, title, content string, userIDs []string, isAsync, isContinueWhenError bool) (hint string, err error) { func SendUserMessage(ctx *jxcontext.Context, title, content string, userIDs []string, isAsync, isContinueWhenError bool) (hint string, err error) {