aa
This commit is contained in:
@@ -1043,8 +1043,7 @@ func NotifyKnowledge(storeID int, title string) (err error) {
|
||||
"value": "",
|
||||
},
|
||||
}
|
||||
//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)
|
||||
return SendMsgToStore(storeID, templateID, globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID), "pages/store-center/main", data)
|
||||
}
|
||||
|
||||
func SendUserMessage(ctx *jxcontext.Context, title, content string, userIDs []string, isAsync, isContinueWhenError bool) (hint string, err error) {
|
||||
|
||||
Reference in New Issue
Block a user