curl --location --request GET '/admin-api/charging/zeroPipePower/pageByCityDetail?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"records": [
{
"address": "string",
"stationName": "string",
"pipesn": "string",
"stakeSinceId": "string",
"zeroPowerStartDate": "string",
"zeroPowerEndDate": "string",
"zeroPowerDays": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
},
"msg": "string"
}