{
"params": {
"key": {}
},
"stationId": 0,
"linkman": "string",
"phone": "string",
"totalPower": "string",
"capacity": "string"
}
curl --location --request POST 'http://localhost:8080/ess/v107/powerStation/stationBaseInfoUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"key": {}
},
"stationId": 0,
"linkman": "string",
"phone": "string",
"totalPower": "string",
"capacity": "string"
}'
{
"code": 200,
"msg": null,
"data": null
}