# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wechaturl.gitbook.io/wechaturl/domain/domain_url_highfrequencycheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
