{
"ids": [
0
],
"status": 0,
"orderSn": "string",
"umsName": "string",
"spuName": "string",
"payType": 0,
"deviceType": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://test.51vive.com/store/order/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"status": 0,
"orderSn": "string",
"umsName": "string",
"spuName": "string",
"payType": 0,
"deviceType": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}'
{}