{
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"keywords": "string",
"page": 0,
"size": 0,
"status": 0
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/order?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"keywords": "string",
"page": 0,
"size": 0,
"status": 0
}'
{
"data": {
"list": [
{
"channelOrderNo": "string",
"completeTime": 0,
"createTime": 0,
"orderDesc": "string",
"orderSubTitle": "string",
"orderTitle": "string",
"originPrice": 0,
"outOrderNo": "string",
"quantity": 0,
"salePrice": 0,
"settlePrice": 0,
"status": 0,
"ticketTime": 0,
"totalSettleAmount": 0
}
],
"total": 0
},
"errCode": "string",
"errMessage": "string"
}