获取IP排除列表


HTTP请求方式

POST

请求地址

https://api.e.360.cn/dianjing/account/getExcludeIp

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
请求示例
curl -X POST \ 
--header 'apiKey:APIKEY' \ 
--header 'accessToken:ACCESSTOKEN' \ 
--data '' \ 
'https://api.e.360.cn/dianjing/account/getExcludeIp'
返回结果
{
    "excludeIpList":[
        "123.123.123.12",
        "123.123.*.*",
        "10.0.0.1",
        "10.99.199.99",
        "192.165.2.4",
        "10.11.11.11",
        "10.11.11.112",
        "10.11.12.112"
    ]
}
返回结果说明
字段 类型 描述
excludeIpList string Ip列表,最后两列可能是 * 号,返回结果仅包含点睛添加的IP,不包含建站拉黑添加的IP。

results matching ""

    No results matching ""