aa
This commit is contained in:
@@ -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/user-center/main", data)
|
||||
return SendMsgToStore(storeID, templateID, globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID), "/pages/pagesStore/msg-list/main", data)
|
||||
}
|
||||
|
||||
func SendUserMessage(ctx *jxcontext.Context, title, content string, userIDs []string, isAsync, isContinueWhenError bool) (hint string, err error) {
|
||||
|
||||
@@ -88,6 +88,7 @@ type KnowledgeDepot struct {
|
||||
|
||||
Title string `json:"title"` //标题
|
||||
Content string `orm:"type(text)" json:"content"` //每条知识的内容
|
||||
IsCheck int `json:"isCheck"` //是否勾选
|
||||
}
|
||||
|
||||
type DepotMedia struct {
|
||||
|
||||
Reference in New Issue
Block a user