curl --location --request GET '/admin-api/charging/pipe/listDayDistributionMonitor?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"records": [
{
"stationid": "string",
"stationName": "string",
"stationEnegy": "string",
"pipeEnegy": "string",
"orderEnegy": "string",
"skName": "string",
"skid": "string",
"date": "string",
"orderPipePer": "string",
"orderStationPer": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
},
"msg": "string"
}