{
"year": 0,
"adcode": "string"
}
curl --location --request POST '/api/screen/stat/outreachWork' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"activityCnt": 36596,
"interveneCnt": 793680,
"volunteerCnt": 82113,
"siteStatItems": [
{
"siteType": 1,
"siteCnt": 1852
},
{
"siteType": 2,
"siteCnt": 2350
},
{
"siteType": 3,
"siteCnt": 1697
},
{
"siteType": 4,
"siteCnt": 3044
},
{
"siteType": 10,
"siteCnt": 6781
},
{
"siteType": 11,
"siteCnt": 2638
}
]
}
}