本API接口对应的会员中心页面:
https://www.wechaturl.us 或者 https://www.wechaturl.us/user/index.html#business_management/url_check
请求URL:
https://wechaturl.us/api/UrlCheck.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 |
url | 是 | string | 输入http(s)://开头的网址 |
返回示例
https://wechaturl.us/api/UrlCheck.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&url=http://www.baidu.com
{"code": 1,"message": "ok","data": {"code": 4000,"msg": "ok","url": "http://www.baidu.com/","check_type": "wechat","message": "网页正常"}}