可购地区列表查询

查询可购买地区IP数量

接口信息

GET /client/ip/pool/regionalAvailableIps

请求头

参数名类型描述
x-merchant-tokenString商户令牌
x-merchant-codeString商户代码

请求参数

参数名必选类型描述
typeIntegerIP类别 0广播 1原生
continentsArray[String]州列表
countryCodesArray[String]国家代码列表
locationsArray[String]省/区列表

代码示例

/client/ip/pool/regionalAvailableIps

响应示例

{
  "total": 2,
  "rows": [
    {
      "id": 4,
      "type": 1,
      "continent": "Eastern Asia",
      "countryCode": "HK",
      "location": "Hongkong",
      "price": 5.000,
      "ipTotals": 46
    },
    {
      "id": 3,
      "type": 0,
      "continent": "Eastern Asia",
      "countryCode": "HK",
      "location": "Hongkong",
      "price": 2.200,
      "ipTotals": 111
    }
  ],
  "code": 200,
  "msg": "查询成功"
}

响应参数说明

参数名类型描述
typeInteger状态:0-广播, 1-原生
continentString大洲
countryCodeString国家代码
locationString省/区位置
pricedouble月单价
ipTotalsInteger可购数量