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编码)

参数:

返回示例

  • 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节点仅仅在被封时候才会有,只提醒一次

频率目前没有限制,但不支持并发请求

查看所有CODE值含义

最后更新于