Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"tenantId": "string",
"appId": "string",
"orderId": "string"
}curl --location --request POST '/management/order/queryChargeCurvePointByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"tenantId": "string",
"appId": "string",
"orderId": "string"
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"timePoint": "",
"voltage": "",
"current": "",
"power": "",
"electricQuantity": "",
"netSignal": "",
"status": "",
"temperature": "",
"chargeTime": "",
"orderAmount": 0.0
}
]
},
"stackTraceMsg": ""
}