{
"projectId": "string",
"year": 0
}
curl --location --request POST '/api/work/statistics/getDataOverview' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"year": 0
}'
{
"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
}
]
}
]
}
}