認證賬戶列表

基礎信息

接口狀態:已完成

請求地址:https://gapi.lunaproxy.com/open/get_child_list

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

參數名
參數值
是否必填
參數類型
描述說明

page

1

String

size

10

String

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

username

ceshiq56we

String

子賬戶用戶名

search_type

1

int

1 搜索ID 2 搜索用户名

search

String

搜索值 多个值用, 拼接 如 123,234

響應示例

成功(200)

{
"ret":0,
"code":1,
"msg":"success",
"ret_data":{
    "count": 1,
    "list": [
            {
                    "id":5000251,
                    "username":"ceshiq56weq",
                    "pid":1000868,
                    "password":"qweqweqwe",
                    "status":1,
                    "flow_limit":95,
                    "flow_used":0,
                    "dynamic_limit":0,
                    "dynamic_used":0,
                    "add_time":1692345374,
                    "remark":"備註"
            },
    ]
  }
 "timestamp":1692931999
 }

Last updated

Was this helpful?