{
"essId": 0
}
curl --location --request POST 'http://localhost:8080/ess/v107/powerStation/essPvcList' \
--header 'Content-Type: application/json' \
--data-raw '{
"essId": 0
}'
{
"code": 0,
"msg": "",
"data": [
{
"deviceId": 0,
"pvcName": "",
"pvcCode": "",
"realPower": "",
"pvcEfficiency": "",
"onlineStatus": "",
"snCode": ""
}
]
}