This commit is contained in:
richboo111
2024-01-26 16:35:23 +08:00
parent 300efca9fe
commit 9a923d36d4

View File

@@ -256,7 +256,7 @@ func NotifyNewOrder(order *model.GoodsOrder) (err error) {
},
}
storeID := jxutils.GetSaleStoreIDFromOrder(order)
globals.SugarLogger.Debugf("NotifyNewOrder storeID=%s", storeID)
globals.SugarLogger.Debugf("NotifyNewOrder storeID=%d", 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)
}