This commit is contained in:
邹宗楠
2021-12-01 17:03:38 +08:00
parent 30e9da9e33
commit 47c928973e

View File

@@ -502,7 +502,7 @@ type AllOrdersResult struct {
//尝试扒订单
//https://porder.shop.jd.com/order/orderlist/allOrders
func (a *API) AllOrders(allOrdersParam *AllOrdersParam) (allOrdersResult *AllOrdersResult, err error) {
result, err := a.AccessStorePage2("https://porder.shop.jd.com/order/orderlist/allOrders", map[string]interface{}{
result, err := a.AccessStorePage2("https://porder.shop.jd.com", map[string]interface{}{
"current": allOrdersParam.Current,
"pageSize": allOrdersParam.PageSize,
"selectedTabName": "allOrders",