From e9a980c4ad36e42feb14b3fd4b98fbb4aa1de8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 18 Apr 2022 17:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E8=BD=AC?= =?UTF-8?q?=E5=BA=97=E6=8B=A3=E8=B4=A7=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/store_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 4b8c1cf0..256d0920 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -513,7 +513,7 @@ func (a *API) AllOrders(allOrdersParam *AllOrdersParam) (allOrdersResult *AllOrd "orderCreateDateRange": allOrdersParam.OrderCreateDateRange, //"storeId": allOrdersParam.StoreID, //"orderStatusArray": allOrdersParam.OrderStatusArray, - //"orderId": allOrdersParam.OrderID, + "orderId": allOrdersParam.OrderID, }, true) if err == nil { utils.Map2StructByJson(result, &allOrdersResult, false)