CDKEY生成記錄

基礎信息

接口狀態:已完成

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

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

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

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

page

1

String

頁碼

size

10

String

每頁條數

wallet

1

String

是否通過錢包生成 1:是 2:否

key

U9TRH6Y2

String

CDK

type

1

String

套餐類型 1:住宅代理 2:輪換ISP代理 3:ISP代理 4:靜態數據中心代理

響應示例

成功(200)

{
"ret": 0,
"code": 1,
"msg": "success",
-"ret_data": {
"count": 4,
-"list": [
-{
"id": 2115,
"uid": 1120938,
"flow": 5000,
"key": "XQQ98CMV",
"status": 1,
"expire_time": 0,
"duration": 30,
"type": 2,
"created_at": 1750754875,
"updated_at": 0,
"balance": 0,
"ba_balance": 0,
"wallet_balance": 844,
"use_status": 1,
"account": 0,
"money": 3.3,
"extra_info": "",
"ip_num": 0
},
-{
"id": 2068,
"uid": 1120938,
"flow": 5000,
"key": "SDHS1WND",
"status": 1,
"expire_time": 0,
"duration": 30,
"type": 2,
"created_at": 1750737289,
"updated_at": 0,
"balance": 0,
"ba_balance": 0,
"wallet_balance": 898,
"use_status": 1,
"account": 0,
"money": 3.3,
"extra_info": "",
"ip_num": 0
},
-{
"id": 2020,
"uid": 1120938,
"flow": 2000,
"key": "A9VP5S45",
"status": 1,
"expire_time": 0,
"duration": 30,
"type": 2,
"created_at": 1750659597,
"updated_at": 0,
"balance": 0,
"ba_balance": 0,
"wallet_balance": 939,
"use_status": 1,
"account": 0,
"money": 1.54,
"extra_info": "",
"ip_num": 0
},
-{
"id": 2001,
"uid": 1120938,
"flow": 2000,
"key": "VLL5MGY5",
"status": 1,
"expire_time": 0,
"duration": 30,
"type": 2,
"created_at": 1750488508,
"updated_at": 0,
"balance": 0,
"ba_balance": 0,
"wallet_balance": 974,
"use_status": 1,
"account": 0,
"money": 1.54,
"extra_info": "",
"ip_num": 0
}
]
},
"timestamp": 1750755433
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.list

String

生成CDKEY列表

ret_data.count

String

總條數

Last updated

Was this helpful?