curl --location --request GET '/plaguePreventionRegister/detailsList?time=2022/10/19&status=0&pageNo=1&pageSize=10&userId=1'
{
"success": true,
"message": null,
"data": {
"uncommittedTotal": 20,
"committedTotal": 10,
"listVos": [
{
"plaguePreventionRegisterId": 1,
"userName": "王一博",
"healthStatus": 0,
"itemInfo": "789-人保健康天津项目",
"commitTime": "2022-10-04 17:20:20"
}
]
}
}