网址是否被腾讯拦截
接口地址:https://apis.kit9/api/tencent_security/api.php
请求方式:GET/POST
返回格式:JSON
HTTP/HTTPS:支持
请求示例:https://apis.kit9/api/tencent_security/api.php?url=https://api.kit9
参数说明:
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | String | 网址 |
返回参数:
名称 | 类型 | 说明 | ||
---|---|---|---|---|
code | number | 状态码,200为正常,其它为异常 | ||
msg | string | 状态说明 | ||
data | array | 数组 | ||
state | string | 安全类型 0为正常 1为未知 2为拦截 | ||
result | string | 安全结果 | ||
reason | string | 安全原因 |
返回示例:
{
"code": 200,
"msg": "success",
"data": {
"state": 1,
"result": "域名正常",
"reason": "网站安全性未知"
}
}
发布者:admin,转转请注明出处:http://www.yc00.com/web/1737851905a3988220.html
评论列表(0条)