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