curl --location --request GET '/admin-api/charging/zeroPipePower/pageByStation?pageNo=1&pageSize=10&daysTime=' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"records": [
{
"stationId": "string",
"stationName": "string",
"pipeCount": 0,
"zeroPowerPipeCount": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
},
"msg": "string"
}