This commit is contained in:
richboo111
2024-01-26 16:30:42 +08:00
parent 2eaff610ee
commit 04f66f0f4c

View File

@@ -256,6 +256,7 @@ func NotifyNewOrder(order *model.GoodsOrder) (err error) {
},
}
storeID := jxutils.GetSaleStoreIDFromOrder(order)
globals.SugarLogger.Debugf("NotifyNewOrder storeID=%s", storeID)
return SendMsgToStore(storeID, WX_NEWORDER_TEMPLATE_ID2, globals.WxBackstageHost+fmt.Sprintf("%s%d", WX_TO_ORDER_PAGE_URL, storeID), WX_MINI_TO_ORDER_PAGE_URL, data)
}