curl --location --request GET '/admin-api/charging/faultMonitor/stationPage?pageNo=1&pageSize=10' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"stationId": "string",
"address": "string",
"statusList": [
{
"status": 0,
"label": "string",
"count": 0
}
],
"stationName": "string"
}
],
"total": 0
},
"msg": "string"
}