免费获取微信短网址-不死鸟微信防封系统api(二)

微信短网址格式:https://w.url.cn/s/××××

微信短网址的作用:不过之前我发现可以用来检测。但是检测流量大,会被停止使用。目前没有它的任何价值

PHP api获取方法一:

如果你采用composer安装,复制下面的即可

composer require goodyes/wechat_url_check_preventing_blocked_api ^1.1.0

PHP api获取方法二GIT:

https://gitee.com/goodyes/WechatUrlCheckPreventingBlockedApi 

https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi.git

 

php code

get($url);
print_r(json_decode($GetWechatShortUrl_result,true));

result:

{
  "code": 1,
  "message": "ok",
  "data": {
    "code": 0,
    "short_url": "https://w.url.cn/s/AuINXvw"
  }
}

 

你可能感兴趣的:(免费获取微信短网址-不死鸟微信防封系统api(二))