获取动态住宅流量子账号列表
GET
/externalapi/device/accountList获取动态住宅流量子账号列表
请求参数
Query 参数
access_token
string
必需
用户token。用户登录之后,获取token
示例值:
{{access_token}}
type
integer
必需
套餐类型:0=全球动态住宅,1=全球静态住宅,2=全球数据中心。此处固定为:0
示例值:
0
status
integer
必需
计费模式:0=按流量,1=按时长,2=按ip数。此处固定为:0
示例值:
0
page
integer
当前页数
示例值:
1
pagesize
integer
必需
每页显示数量。每页最大100条数据
示例值:
10
remark
string
子账号备注
示例值:
test
subAccounts
string
可选
子账号id集合,多个以英文逗号连接
示例值:
1,2,3
state
string
可选
州/省份名称:多个以英文逗号分隔
prop
string
可选
排序字段:id=主键
示例值:
id
order
string
可选
排序:ascending=升序,descending=降序
示例值:
ascending
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
响应编码:1=正常,0=错误
msg
string
错误说明
time
string
响应时间戳
data
object
必需
total
integer
总数
rows
array [object {19}]
响应内容
baseFlow
number
剩余基准流量
countryList
array [object {6}]
必需
城市列表(用于城市搜索)
示例
{
"code": 1,
"msg": "获取成功",
"time": "1697164784",
"data": {
"total": 1,
"rows": [
{
"password": "111222",
"username": "demo-824",
"id": 824,
"is_bind": "否",
"bindUser": "demo-824",
"bindPassword": "111222",
"createTime": "2023-10-13 09:38:14",
"port": 5001,
"agree": "HTTP",
"target": "demo.demo.com",
"ip": "",
"bill": 0,
"is_diff": 0,
"country": "",
"countryName": "全球",
"state": "",
"city": "",
"type": "0",
"status": "0"
}
],
"baseFlow": 180.31,
"countryList": [
{
"id": 1,
"countryName": "全球随机",
"country": "ALL"
},
{
"id": 1671,
"conutry": "AX",
"countryName": "奥兰",
"type_text": "",
"status_text": ""
},
{
"id": 1672,
"conutry": "AL",
"countryName": "阿尔巴尼亚",
"type_text": "",
"status_text": ""
},
{
"id": 4038,
"conutry": "XK",
"countryName": "科索沃",
"type_text": "",
"status_text": ""
}
]
}
}
最后修改时间: 4 个月前