curl --location --request POST 'https://saas-open.vhall.com/v3/users/child/get-list' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'pos=0' \
--data-urlencode 'limit=500' \
--data-urlencode 'app_key=75844ad7a2a5f2b421c04a125b197996' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {
"total": 1,
"list": [
{
"name": "v186547262",
"email": "",
"phone": "",
"password": "",
"child_id": 186547262,
"nick_name": "1759979764",
"login_ip": "1.119.193.36",
"parent_id": 72035607,
"is_disable": 0,
"is_dynamic": 1,
"last_login_time": "2025-10-10 09:48:36",
"role_name": "超级管理员",
"role_id": 11197,
"vip_info": {
"type": 1,
"total": 0,
"total_flow": "0.00",
"flow": "0.00",
"end_time": "2026-12-31 23:59:59",
"extend_day": 0,
"total_duration": "0",
"duration": "0",
"total_sms": "0",
"sms": "0"
}
}
]
},
"request_id": "e0ec012e-711b-4615-8720-08f8b1ccbf7a"
}