{
"projectId": "string",
"year": 0,
"keywords": "string",
"page": 0,
"pageSize": 0
}
curl --location --request POST '/api/work/confirmDetection/getWaitImproveList' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"year": 0,
"keywords": "string",
"page": 0,
"pageSize": 0
}'
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"items": [
{
"workId": "string",
"targetUserId": "string",
"nickname": "string",
"telephone": "string",
"contact": "string",
"systemNumber": "string",
"confirmDate": 0,
"createTime": 0
}
]
}
}