IP列表

基礎信息

接口狀態:已完成

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

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

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

size

10

String

每頁條數

page

1

String

分頁

order_id

String

不為空,則指定訂單信息

ip

String

不為空,則指定IP信息

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

響應示例

成功(200)

{
    "ret": 0,
    "code": 1,
    "msg": "success",
    -"ret_data": {
        "count": 1,
        -"list": [
                -{
                    "expire_time": 1693194558,
                    "id": 11510,
                    "ip_num": 1,
                    "order_id": "ludc-2308211149189925",
                    "username": "lu3565908",
                    "password": "111111"
                 }
         ]
    },
    "timestamp": 1692948594
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.all_buy

15000

Integer

总流量 M

ret_data.balance

15000

Array

剩余流量 M

ret_data.flow_used_today

500

Integer

使用流量 M

timestamp

1692948594

Integer

Last updated

Was this helpful?