{
"pageNumber": 0,
"pageSize": 10,
"searchCondition": {
"elderId": 1,
"elderNameLike": "张",
"reportStartTime": "2025-09-09",
"reportEndTime": "2025-09-10",
"status": 1,
"createAtStart": "2025-09-10 00:00:00",
"createAtEnd": "2025-09-11 23:59:59"
}
}
curl --location --request POST 'http://localhost:2687/health-archive-report/page' \
--header 'Authorization: 85a5c91a-eade-4567-a4b3-9117622eb0e4' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 10,
"searchCondition": {
"elderId": 1,
"elderNameLike": "张",
"reportStartTime": "2025-09-09",
"reportEndTime": "2025-09-10",
"status": 1,
"createAtStart": "2025-09-10 00:00:00",
"createAtEnd": "2025-09-11 23:59:59"
}
}'
{
"code": 0,
"message": "string",
"success": true
}