curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_oldmans_in_hospital' \
--header 'company_id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \
--form 'page="1"' \
--form 'limit="10"' \
--form 'this_year="0"'
{
"data": {
"total_count": 2,
"oldmans": [
{
"user_id": 4948,
"oldman_name": "杨上校",
"birthday": "1923-08-01",
"sex": "男",
"age": 101
},
{
"user_id": 5057,
"oldman_name": "干部1204",
"birthday": "2023-04-04",
"sex": "男",
"age": 1
}
]
},
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}