获取子账号列表
新增子账号
GET /PublicApi/SubProxyKey/Load
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
Name
Type
Description
secret
string
来自于用户的s-secret
page
int
页码
limit
int
页数
mealType
int
1 动态国家 2动态城市
Response
{
"code": 200,
"msg": "加载成功",
"count": 5,
"columnHeaders": [],
"data": [
{
"traffic": 0.0,
"genKey": "daniu",
"createTime": "2024-05-22 08:25:28",
"belongto": "xxxxxxxx",
"password": "xxxxx",
"status": 1,
"limited": 0,
"mealType": 1,
"id": null
}
]
}{
"message": "string",
"code": 500
}Last updated