京东商城查暂停的订单
This commit is contained in:
@@ -110,7 +110,7 @@ func (a *API) GetOrder(orderID int64, isStatus bool) (getOrderResult *GetOrderRe
|
||||
orderStartTime,orderEndTime,orderRemark,consigneeInfo,
|
||||
itemInfoList,pauseBizInfo,pin,idSopShipmenttype`
|
||||
if isStatus {
|
||||
params["order_state"] = "WAIT_SELLER_STOCK_OUT,TRADE_CANCELED"
|
||||
params["order_state"] = "WAIT_SELLER_STOCK_OUT,TRADE_CANCELED,PAUSE"
|
||||
}
|
||||
result, err := a.AccessAPI("jingdong.pop.order.get", prodURL, params)
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user