> For the complete documentation index, see [llms.txt](https://wechaturl.gitbook.io/wechaturl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wechaturl.gitbook.io/wechaturl/domain/domain_url_highfrequencycheck.md).

# 2.6 超高频域名检测

**落地页域名列表：**

* `https://www.wechaturl.us/user/index.html#business_management/land_domain`

> 系统对落地页域名检测只是针对你填写的域名，而不会去检测域名下某个URL去检测。举例，如果你的落地页域名是<http://xxxxx.xx>, 默认情况下，系统仅仅检测这个域名，不对<http://xxxxx.xx/a/index.html?a=1#test> 进行检测。本接口解决这个问题

**请求URL：**

* `https://wechaturl.us/api/DomainShortUrl.json`

**请求方式：**

* POST 或者GET(如果用GET,特殊字符串需要url编码)

**参数：**

| 参数名         | 必选 | 类型     | 说明                                                    |
| ----------- | -- | ------ | ----------------------------------------------------- |
| appid       | 是  | int    | <http://www.wechaturl.us/user/index.html> 去免费获取appid  |
| appkey      | 是  | string | <http://www.wechaturl.us/user/index.html> 去免费获取appkey |
| type        | 是  | string | 值:HighFrequencyCheck                                  |
| url         | 是  | string | 输入http(s)://开头的网址                                     |
| check\_type | 否  | string | 值为wechat,qq ，默认wechat                                 |

**返回示例**

* `https://wechaturl.us/api/DomainShortUrl.json?type=HighFrequencyCheck&url=https://www.google.com/user/&appid=37****15&appkey=a50d38748960******80ae1a725b7c95`

```
{
  "code": 1,
  "message": "ok",
  "wechat_notification_result": {
    "code": 1,
    "message": "send",
    "data": {
      "errcode": 0,
      "errmsg": "ok",
      "msgid": 965408829444407300
    }
  },
  "data": {
    "code": 2000,
    "msg": "blocked",
    "url": "https://www.google.com/user/",
    "check_type": "wechat",
    "message": "被封/拦截"
  }
}
```

> wechat\_notification\_result,email\_notification\_result,sms\_notification\_result节点仅仅在被封时候才会有，只提醒一次

&#x20;**频率目前没有限制,但不支持并发请求**&#x20;

[**查看所有CODE值含义**](https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi/blob/master/微信防封杀系统api接口详细说明/CODE代码汇总.md)
