獲取認證賬戶信息

基礎信息

接口狀態:已完成

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

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

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

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

id

5000251

String

子賬戶ID

響應示例

成功(200)

{
"ret":0,
"code":1,
"msg":"success",
"ret_data":{
    "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
 }
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

String

ret_data.id

5000251

Integer

認證賬戶ID

ret_data.username

ceshiq56weq

String

用戶名

ret_data.pid

1792274

Integer

ret_data.password

qweqweqwe

String

密碼

ret_data.status

1

Integer

1,正常

ret_data.flow_limit

95

Integer

常規流量上限,M

ret_data.flow_used

0

Integer

已使用常规流量信息

ret_data.dynamic_limit

0

Integer

動態ISP上限,M

ret_data.dynamic_used

0

Integer

ret_data.add_time

1692345374

Integer

ret_data.remark

備註

String

動態ISP上限,M

timestamp

1692931999

Integer

Last updated

Was this helpful?