From 59e0b131c12c203336b9c70ee17f30a36f7658ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 7 Aug 2020 10:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=9F=A5=E6=9A=82=E5=81=9C=E7=9A=84?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {