Authorization: Bearer ********************
curl --location --request GET '/admin-api/charging/screen/pmdcErrorStationList?districtId=140109&cityId=140100&provinceId&pageNo&pageSize&stationName&stationId&type' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": [
{
"stationId": 0,
"stationName": "string",
"stationAddr": "string",
"longitude": 0,
"latitude": 0
}
]
}