Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string"
}curl --location --request POST '/user/order/getList' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string"
}'{
"code": "",
"msg": "",
"data": [
{
"orderId": "",
"createTime": "",
"orderStatus": 0,
"payStatus": "",
"realPayAmount": 0.0,
"insuranceStatus": 0,
"insuranceAmount": 0.0,
"payChannel": 0,
"stationId": "",
"stationName": "",
"chargeDuration": 0.0,
"feedback": 0,
"portId": ""
}
],
"stackTraceMsg": ""
}