{
"crowdId": 0,
"crowdType": 0
}
curl --location --request POST '/crowd2/queryUserLate' \
--header 'Content-Type: application/json' \
--data-raw '{
"crowdId": 0,
"crowdType": 0
}'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"createTime": "",
"updateTime": "",
"crowdId": 0,
"userCrowdFamilyId": 0,
"name": "",
"sex": false,
"birthday": "",
"deathAnniversary": "",
"lateDay": 0
}
]
}