This commit is contained in:
邹宗楠
2023-09-06 14:39:36 +08:00
parent c1ebba622f
commit ed4aca4fa9

View File

@@ -675,8 +675,8 @@ func NotifyStoreOpRequestStatus(isAccepted bool, storeID, nameID int, spuName st
func NotifyStoreMessage(storeID, msgID, msgStatusID int, msg *model.Message) (err error) { func NotifyStoreMessage(storeID, msgID, msgStatusID int, msg *model.Message) (err error) {
templateID := "" templateID := ""
//fileURL := globals.WxBackstageHost + fmt.Sprintf(WX_TO_SHOW_MSG, msgID, msgStatusID) fileURL := globals.WxBackstageHost + fmt.Sprintf(WX_TO_SHOW_MSG, msgID, msgStatusID)
fileURL := globals.WxBackstageHost + fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID) //fileURL := globals.WxBackstageHost + fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID)
data := make(map[string]interface{}) data := make(map[string]interface{})
switch msg.Type { switch msg.Type {
case model.MessageTypeStore: case model.MessageTypeStore: