{
"year": 0,
"adcode": "string",
"dateType": "string"
}
curl --location --request POST '/api/screen/stat/spouseHivSituation' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string",
"dateType": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"date": 1,
"needCnt": 5976,
"completeCnt": 2665
},
{
"date": 2,
"needCnt": 4647,
"completeCnt": 3236
},
{
"date": 3,
"needCnt": 3681,
"completeCnt": 2837
},
{
"date": 4,
"needCnt": 3803,
"completeCnt": 3354
}
]
}
}