{
"year": 0,
"adcode": "string"
}
curl --location --request POST '/api/screen/stat/orgTypeStat' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"type": 1,
"cnt": 579
},
{
"type": 2,
"cnt": 501
},
{
"type": 3,
"cnt": 410
}
]
}
}