curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_oldmans_age' \
--header 'company_id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \
--form 'age_min="60"' \
--form 'age_max="69"' \
--form 'page="1"' \
--form 'limit="10"'
{
"data": {
"age_min": 60,
"age_max": 69,
"total_count": 42,
"oldmans": [
{
"user_id": 4893,
"oldman_name": "李07220455",
"birthday": "1955-07-05",
"sex": "男",
"age": 69
},
{
"user_id": 4956,
"oldman_name": "金依依",
"birthday": "1954-12-18",
"sex": "男",
"age": 70
},
{
"user_id": 6550,
"oldman_name": "68-7-1302",
"birthday": "1956-06-11",
"sex": "男",
"age": 68
},
{
"user_id": 6566,
"oldman_name": "68-7-101",
"birthday": "1956-05-24",
"sex": "男",
"age": 68
},
{
"user_id": 6568,
"oldman_name": "81-1-1201",
"birthday": "1955-08-10",
"sex": "男",
"age": 69
},
{
"user_id": 6569,
"oldman_name": "81-1-1501",
"birthday": "1954-05-01",
"sex": "男",
"age": 70
},
{
"user_id": 6570,
"oldman_name": "81-1-1001",
"birthday": "1962-04-28",
"sex": "男",
"age": 62
},
{
"user_id": 6571,
"oldman_name": "81-1-801",
"birthday": "1959-12-01",
"sex": "男",
"age": 65
},
{
"user_id": 6572,
"oldman_name": "81-1-301",
"birthday": "1959-11-27",
"sex": "男",
"age": 65
},
{
"user_id": 6573,
"oldman_name": "81-1-401",
"birthday": "1961-03-01",
"sex": "男",
"age": 63
},
{
"user_id": 6574,
"oldman_name": "81-1-1401",
"birthday": "1956-04-16",
"sex": "女",
"age": 68
},
{
"user_id": 6577,
"oldman_name": "81-3-1701",
"birthday": "1956-08-08",
"sex": "男",
"age": 68
},
{
"user_id": 6578,
"oldman_name": "81-2-1702",
"birthday": "1956-08-20",
"sex": "男",
"age": 68
},
{
"user_id": 6579,
"oldman_name": "81-2-1002",
"birthday": "1960-10-30",
"sex": "男",
"age": 64
},
{
"user_id": 6580,
"oldman_name": "81-2-501",
"birthday": "1960-02-17",
"sex": "男",
"age": 64
},
{
"user_id": 6581,
"oldman_name": "81-2-401",
"birthday": "1962-02-21",
"sex": "男",
"age": 62
},
{
"user_id": 6582,
"oldman_name": "81-2-202",
"birthday": "1963-04-26",
"sex": "男",
"age": 61
},
{
"user_id": 6590,
"oldman_name": "青岛",
"birthday": "1955-11-05",
"sex": "男",
"age": 69
},
{
"user_id": 6591,
"oldman_name": "樱花",
"birthday": "1958-02-16",
"sex": "男",
"age": 66
},
{
"user_id": 6597,
"oldman_name": "宁波",
"birthday": "1956-09-18",
"sex": "男",
"age": 68
}
]
},
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}