查询已购买的静态IP列表。
GET /client/ip/pool/item/merchantIpList
| 参数名 | 类型 | 描述 |
| x-merchant-token | String | 商户令牌 |
| x-merchant-code | String | 商户代码 |
| 参数名 | 必选 | 类型 | 描述 |
| ip | 否 | String | IP |
| status | 否 | Integer | IP状态:1-已生效, 2-已过期 3-已退订 |
| type | 否 | Integer | IP类别 0广播 1原生 |
| pageSize | 否 | Integer | 每页显示记录数 |
| pageNum | 否 | Integer | 当前页码 |
/api/kton/client/ip/pool/item/merchantIpList?ip=156.252&status=1&type=1&pageSize=1
{
"total": 58,
"rows": [
{
"createBy": null,
"createTime": "2025-03-24 20:22:31",
"updateBy": null,
"updateTime": "2025-03-24 23:26:14",
"remark": null,
"id": 147,
"poolId": 1,
"merchantId": 1,
"lastOrderId": 176,
"sourceCode": null,
"sourceName": null,
"account": "justinka",
"password": "34372766",
"port": "2340",
"ip": "156.252.8.76",
"protocolse": null,
"effectiveDatetime": "2025-03-24",
"expireDatetime": "2025-05-23",
"status": 1,
"type": 1,
"continent": "Asia",
"countryCode": "VN",
"location": "",
"hot": "N"
}
],
"code": 200,
"msg": "查询成功"
}
| 参数名 | 类型 | 描述 |
| id | Long | 记录ID |
| account | String | 账号 |
| password | String | 密码 |
| port | String | 端口 |
| ip | String | IP地址 |
| effectiveDatetime | String | 生效时间 |
| expireDatetime | String | 到期时间 |
| status | Integer | 状态:1-已生效, 2-已过期 3-已退订 |
| type | Integer | IP类别 0广播 1原生 |
| continent | String | 大洲 |
| countryCode | String | 国家代码 |
| location | String | 位置 |