落地页域名列表:
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节点仅仅在被封时候才会有,只提醒一次
频率目前没有限制,但不支持并发请求