This commit is contained in:
邹宗楠
2023-07-03 11:14:51 +08:00
parent b6823bec2f
commit 0609d24e0d
3 changed files with 17 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode string, vendorOrderID int64, ve
StoreId: utils.String2Pointer(vendorStoreID),
BizOrderId: utils.Int64ToPointer(vendorOrderID),
}}
orderDetail, err := getAPI(vendorOrgCode, 0, vendorStoreID).QueryOrderDetail(requestParam)
globals.SugarLogger.Debugf("orderDetail := %s", utils.Format4Output(orderDetail, false))
if err != nil {