{
"params": {
"key": {}
},
"pageNum": 1,
"pageSize": 10,
"status": "string",
"stationName": "string",
"deptId": 0,
"cityCode": "string",
"onlineFlag": "string"
}
curl --location --request POST 'http://localhost:8080/ess/v107/powerStation/stationList' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"key": {}
},
"pageNum": 1,
"pageSize": 10,
"status": "string",
"stationName": "string",
"deptId": 0,
"cityCode": "string",
"onlineFlag": "string"
}'
{
"total": 0,
"rows": [
{
"stationId": 0,
"stationName": "",
"essNum": 0,
"stationStatus": "",
"stationCode": "",
"totalPower": "",
"capacity": "",
"stationType": "",
"monitorAddress": "",
"stick": "",
"pvInstalledPower": "",
"longitude": "",
"latitude": "",
"photoUrl": "",
"onlineStatus": "",
"realPower": ""
}
],
"code": 0,
"msg": ""
}