查询子用户名列表
// GET 请求
https://start.unionproxy.xyz/ip/authorize/childUserList请求凭证(联系客服提供)
headers: "Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"// 返回说明
code: 200成功,其他失败
{
"code": 200,
"msg": "操作成功",
"data": [
{
"userId": "9a651ecd",
"username": "n17669xx",
"password": "n17669x",
"createTime": "2025-12-28T20:38:11.000+08:00",
"useTraffic": 0.00,//流量总使用量
"trafficLimit": 0.00,//流量总限制量
"status": "1" //1禁止 0启动
}
}
Last updated