curl --location --request GET '/v3/tiktokScenicCalendar/crowdDetail?id=18&poiId=101' \
--header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJ7XCJhZG1pblVzZXJJZFwiOlwiMjE1NDBcIn0iLCJleHAiOjE2ODczMDk0OTAsImlhdCI6MTY4NDcxNzQ5MH0.oZuSmgGoOtu0kQrZGq7IpXnEiy0TE5C5LJsMYwK3wlk'
{
"data": {
"data": {
"account_id": "18",
"people_type": [
1,
2,
3,
1,
2,
3,
4
],
"poi_id": "101",
"crowds": [
{
"note": null,
"age_lower_bound": 0,
"age_upper_bound": 0,
"height_lower_bound": 120,
"height_upper_bound": 150,
"op_type": 1
},
{
"note": "噶水电费",
"age_lower_bound": 0,
"age_upper_bound": 59,
"height_lower_bound": 150,
"height_upper_bound": 0,
"op_type": 1
},
{
"note": null,
"age_lower_bound": 60,
"age_upper_bound": 69,
"height_lower_bound": 0,
"height_upper_bound": 0,
"op_type": 1
},
{
"note": "儿童",
"age_lower_bound": 0,
"age_upper_bound": 10,
"height_lower_bound": 0,
"height_upper_bound": 0,
"op_type": 2
},
{
"note": "成人",
"age_lower_bound": 0,
"age_upper_bound": 40,
"height_lower_bound": 0,
"height_upper_bound": 0,
"op_type": 2
},
{
"note": "老人",
"age_lower_bound": 0,
"age_upper_bound": 80,
"height_lower_bound": 0,
"height_upper_bound": 0,
"op_type": 1
},
{
"note": "学生",
"age_lower_bound": 0,
"age_upper_bound": 15,
"height_lower_bound": 0,
"height_upper_bound": 0,
"op_type": 1
}
]
}
}
}