Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"id": 0,
"ids": [
0
],
"stationId": "string",
"mobile": "string",
"userId": "string",
"taskId": "string",
"orderId": "string",
"orderStatus": 0,
"chargeOrderId": "string",
"type": 0,
"batteryHealthStatus": 0,
"batteryHealthScore": 0,
"completePercent": 0,
"powerResult": 0,
"voltageResult": 0,
"factorResult": 0,
"factorScore": 0,
"orderAmount": 0,
"payOrderId": "string",
"payType": 0,
"payChannel": 0,
"payStatus": 0,
"payAmount": 0,
"balancePayAmount": 0,
"presentPayAmount": 0,
"thirdPayAmount": 0,
"chargingCouponsPayAmount": 0,
"balanceRefundAmount": 0,
"presentRefundAmount": 0,
"thirdRefundAmount": 0,
"chargingCouponsRefundAmount": 0,
"registrationSource": 0,
"checkStartTime": "string",
"checkEndTime": "string",
"checkEndTimeStart": "string",
"checkEndTimeEnd": "string",
"tenantId": "string",
"appId": "string",
"orderType": 0,
"createStartTime": "string",
"createEndTime": "string"
}curl --location --request POST '/management/batteryCheckOrder/queryByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"id": 0,
"ids": [
0
],
"stationId": "string",
"mobile": "string",
"userId": "string",
"taskId": "string",
"orderId": "string",
"orderStatus": 0,
"chargeOrderId": "string",
"type": 0,
"batteryHealthStatus": 0,
"batteryHealthScore": 0,
"completePercent": 0,
"powerResult": 0,
"voltageResult": 0,
"factorResult": 0,
"factorScore": 0,
"orderAmount": 0,
"payOrderId": "string",
"payType": 0,
"payChannel": 0,
"payStatus": 0,
"payAmount": 0,
"balancePayAmount": 0,
"presentPayAmount": 0,
"thirdPayAmount": 0,
"chargingCouponsPayAmount": 0,
"balanceRefundAmount": 0,
"presentRefundAmount": 0,
"thirdRefundAmount": 0,
"chargingCouponsRefundAmount": 0,
"registrationSource": 0,
"checkStartTime": "string",
"checkEndTime": "string",
"checkEndTimeStart": "string",
"checkEndTimeEnd": "string",
"tenantId": "string",
"appId": "string",
"orderType": 0,
"createStartTime": "string",
"createEndTime": "string"
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"stationId": "",
"mobile": "",
"userId": "",
"taskId": "",
"orderId": "",
"orderStatus": 0,
"chargeOrderId": "",
"type": 0,
"batteryHealthStatus": 0,
"batteryHealthScore": 0,
"completePercent": 0,
"powerResult": 0,
"voltageResult": 0,
"factorResult": 0,
"factorScore": 0.0,
"currentResult": 0,
"powerResultOrder": "",
"voltageResultOrder": "",
"factorResultOrder": "",
"currentResultOrder": "",
"orderAmount": 0.0,
"payOrderId": "",
"payType": 0,
"payChannel": 0,
"payStatus": 0,
"payAmount": 0.0,
"balancePayAmount": 0.0,
"presentPayAmount": 0.0,
"thirdPayAmount": 0.0,
"chargingCouponsPayAmount": 0.0,
"balanceRefundAmount": 0.0,
"presentRefundAmount": 0.0,
"thirdRefundAmount": 0.0,
"chargingCouponsRefundAmount": 0.0,
"registrationSource": 0,
"checkStartTime": "",
"checkEndTime": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"tenantId": "",
"appId": "",
"chargingCouponsInfo": "",
"totalOrderId": "",
"dataSource": 0,
"partyOrderNo": "",
"resultList": [
{
"id": 0,
"stationId": "",
"mobile": "",
"userId": "",
"taskId": "",
"checkOrderId": "",
"chargeOrderId": "",
"resultType": 0,
"resultCode": 0,
"result": 0,
"resultDesc": "",
"resultPayLoad": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"tenantId": "",
"appId": "",
"curves": [
{
"timePoint": "",
"voltage": "",
"current": "",
"power": "",
"electricQuantity": "",
"netSignal": "",
"status": "",
"temperature": "",
"chargeTime": "",
"orderAmount": 0.0
}
],
"order": {
"orderId": "",
"chargeStartTime": "",
"chargeEndTime": ""
}
}
]
}
]
},
"stackTraceMsg": ""
}