This commit is contained in:
suyl
2021-09-13 14:18:55 +08:00
parent 7ec5b4c56e
commit a2126b9762
2 changed files with 52 additions and 3 deletions

View File

@@ -1043,7 +1043,8 @@ 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/pagesStore/msg-list/main", data)
//globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID)
return SendMsgToStore(storeID, templateID, "http://wx.jxc4.com/#/?jxStoreId=668229&test=1", "/pages/pagesStore/msg-list/main", data)
}
func SendUserMessage(ctx *jxcontext.Context, title, content string, userIDs []string, isAsync, isContinueWhenError bool) (hint string, err error) {