Appearance
6.8 批量查询订单
接口说明:
Method | URL | ContentType |
---|---|---|
GET | /api/restful/order/order_code/{start_time}/{end_time} | application/json |
URL参数说明:
类型说明 | 类型说明 | 是否必须 | 描述 |
---|---|---|---|
start_time | datetime | 必须 | 开始时间 |
end_time | datetime | 必须 | 结束时间 |
请求参数示例:
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"
}