直接打开
提示浏览器打开
如果域名被微信封,可用我们的框架打开

如果你采用composer安装,复制下面的即可
composer require goodyes/wechat_url_check_preventing_blocked_api ^1.1.0
https://gitee.com/goodyes/WechatUrlCheckPreventingBlockedApi
https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi.gi
------------------下面你能获取本功能所有帮助---------------------------------
\n";
$help_result=$SingleShortUrl->help();
print_r(json_decode($help_result,true));
//添加网址,
echo "
------------------下面是添加监控返回结果---------------------------------
\n";
$add_result=$SingleShortUrl->add('http://www.baidu.com','jump','网站标题','网站关键词','网站描述');
print_r(json_decode($add_result,true));
返回结果
api地址:https://v94.cn/api/SingleShortUrl.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&api/SingleShortUrl.json?type=add&url=https://q.cnblogs.com/&visit_type=jump&title=title1&keywords=keywords2&description=description3
{
"code": 1,
"message": "添加成功!"
}