独享代理IP_切换节点_接口说明
悟空代理IP 2026-05-27 1
POST 切换节点
POST /exclusive/change-line
Body 请求参数
{
"id": "NOR6a0fd91d8e2e1",
"city": 510100
}
请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| Authorization | header | string | 是 | token |
| body | body | object | 是 | none |
| » orderNo | body | [string] | 是 | 订单编号 |
| » mapid | body | integer | 是 | 城市ID |
| » ISP | body | string | 是 | 运营商:移动、电信、联通、NULL |
返回示例
200 Response
{
"code": 200,
"msg": "切换成功",
"data": []
}
返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | [OK] | none | Inline |
返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| » code | integer | true | none | none | |
| » msg | string | true | none | none | |
| » data | [string] | true | none | none |

