隧道代理IP_购买下单接口说明
悟空代理IP 2026-05-27 11
网站接口/隧道代理IP
POST 购买下单
POST /tunnel/buy
Body 请求参数
{
"timeType":"天卡",
"payType":"account",
"time":1,
"band":5,
"concurrent":5,
"ipCycle":0
}
请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| Authorization | header | string | 是 | token |
| body | body | object | 是 | none |
| » payType | body | string | 是 | 固定值 支付方式 |
| » timeType | body | string | 是 | 时间单位(天卡,月卡) |
| » time | body | integer | 是 | 时间 |
| » band | body | integer | 是 | 带宽大小(5,10,20) |
| » concurrent | body | integer | 是 | 并发量 |
| » ipCycle | body | integer | 是 | IP变换频率 0:每秒提取换IP,5:5秒后换IP |
枚举值
| 属性 | 值 |
|---|---|
| » band | 5 |
| » band | 10 |
| » band | 20 |
返回示例
200 Response
{}
返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | [OK] | none | Inline |

