diff --git a/platformapi/jdshopapi/order.go b/platformapi/jdshopapi/order.go index 591d6837..fb609036 100644 --- a/platformapi/jdshopapi/order.go +++ b/platformapi/jdshopapi/order.go @@ -107,7 +107,7 @@ func (a *API) GetOrder(orderID int64, isStatus bool) (getOrderResult *GetOrderRe orderStartTime,orderEndTime,orderRemark,consigneeInfo, itemInfoList,pauseBizInfo,pin,idSopShipmenttype,scDT` if isStatus { - params["order_state"] = "WAIT_SELLER_STOCK_OUT,PAUSE,TRADE_CANCELED" + params["order_state"] = "WAIT_SELLER_STOCK_OUT,TRADE_CANCELED" } result, err := a.AccessAPI("jingdong.pop.order.get", prodURL, params) if err == nil {