1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user