{
"year": 0,
"adcode": "string"
}
curl --location --request POST '/api/screen/stat/workAreaStat' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"workArea": "DU",
"funds": 2009260000
},
{
"workArea": "FSW",
"funds": 4981560000
},
{
"workArea": "MSM",
"funds": 15190410000
},
{
"workArea": "PLWH",
"funds": 9676537000
}
]
}
}