- Api文档说明
- 用户IP子账号管理
- 动态住宅流量子账号
- 静态住宅(非原生)时长子账号
- 静态住宅(原生)时长子账号
- 静态住宅(IPV6)时长子账号
- 数据中心时长子账号
- 工具管理
- Token管理
- 用户管理
获取数据中心时长子账号列表
GET
/externalapi/device/accountList
请求参数
Query 参数
access_token
string
必需
示例值:
{{access_token}}
type
integer
必需
示例值:
2
status
integer
必需
示例值:
1
page
integer
当前页数
示例值:
1
pagesize
integer
必需
示例值:
10
customUsername
string
自定义账号
ids
string
可选
示例值:
13,12,8
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.zhizhuip.cc/externalapi/device/accountList?access_token=&type=2&status=1&page=1&pagesize=10&customUsername=&ids=13,12,8'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
响应说明
time
string
必需
data
object
必需
total
integer
必需
rows
array [object {23}]
子账号列表
baseflow
integer
必需
countryList
array [object {2}]
当前列表中的国家
示例
{
"code": 1,
"msg": "获取成功",
"time": "1697514828",
"data": {
"total": 17,
"rows": [
{
"id": "22",
"is_diff": 0,
"agree": "SOCKS5",
"country": "US",
"ip": "127.0.0.1",
"target": "demo.demo.com",
"port": 5001,
"username": "demo-22",
"password": "demo",
"is_bind": "否",
"remark": "",
"bindUser": "demo-22",
"bindPassword": "demo",
"countdown": "30.0天",
"expiresIn": 1723514861,
"createtime": "2023-10-17 11:25:28",
"state": "",
"city": "",
"bill": 0,
"countryName": "美国",
"status": 1,
"use_bill": "0.00",
"is_renew": "0"
}
],
"baseflow": 0,
"countryList": [
{
"country": "US",
"countryName": "美国"
},
{
"country": "SG",
"countryName": "新加坡"
},
{
"country": "RU",
"countryName": "俄罗斯"
},
{
"country": "DE",
"countryName": "德国"
},
{
"country": "FR",
"countryName": "法国"
}
]
}
}
修改于 2024-10-24 03:46:59