{
"year": 0,
"adcode": "string",
"workAreas": [
"string"
],
"financialSources": [
"string"
]
}
curl --location --request POST '/api/work/statistics/getAllDataOverview' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string",
"workAreas": [
"string"
],
"financialSources": [
"string"
]
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"quarter": 1,
"targets": [
{
"targetId": "C1",
"name": "实际检测人数",
"count": 78
},
{
"targetId": "C2",
"name": "持续检测人数",
"count": 6
}
]
},
{
"quarter": 2,
"targets": [
{
"targetId": "C1",
"name": "实际检测人数",
"count": 81
},
{
"targetId": "C2",
"name": "持续检测人数",
"count": 20
}
]
}
]
}
}