Skip to content
On this page

6.8 批量查询订单

接口说明:

MethodURLContentType
GET/api/restful/order/order_code/{start_time}/{end_time}application/json

URL参数说明:

类型说明类型说明是否必须描述
start_timedatetime必须开始时间
end_timedatetime必须结束时间

请求参数示例:

json
/api/restful/order/order_code/2020-9-1/2020-9-8

返回数据示例:

json
{
    "result": [
        "CG20200907150043001"
    ],
    "success": true,
    "errormsg": "",
    "errorcode": "0",
    "requestId": "154cd572-8df7-4855-a8f1-b7b1cfaa3c10"
}