{
"params": {
"key": {}
},
"stationId": 0,
"essId": 0,
"dateType": "1"
}
curl --location --request POST 'http://localhost:8080/v107/manage/inComeGraph' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"key": {}
},
"stationId": 0,
"essId": 0,
"dateType": "1"
}'
{
"code": 0,
"msg": "",
"data": [
{
"pvcIncome": "",
"seIncome": "",
"zhCome": "",
"otherIncome": "",
"date": ""
}
]
}