Authorization: ********************
curl --location --request POST '/management/order/queryForJobES' \
--header 'Tenant-Id: 154' \
--header 'Authorization;'
{
"code": "string",
"msg": "string",
"data": [
{
"appId": "string",
"chargeStartTime": "2019-08-24T14:15:22Z",
"chargeStatus": 0,
"chargeType": 0,
"createTime": "2019-08-24T14:15:22Z",
"equipmentChipNumber": "string",
"equipmentId": "string",
"equipmentType": 0,
"id": 0,
"orderAmount": 0,
"orderId": "string",
"orderStatus": 0,
"payStatus": "string",
"portId": "string",
"tenantId": "string",
"totalTime": 0,
"userId": "string"
}
],
"stackTraceMsg": "string"
}