curl --location -g --request POST 'https://gldopenapi.keruyun.com/open/v1/data/order/export2?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopIdenty":810002790,
"startTime":1499147465983,
"endTime":1499147465983
}'{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed26123",
"result": {
"totalRows": 360,
"pageSize": 200,
"items": [
{
"orderId": 7512460,
"tradeType": 1,
"tradeStatus": 4,
"tradeNo": "101170114084238432534",
"orderTime": 1476433277000,
"checkOutTime": 1476374400000,
"source": 1,
"sourceName": "ANDROID收银终端",
"receivedAmount": 19300,
"custRealPay": 19300,
"tradeAmount": 0,
"privilegeAmount": 0
}
]
}
}