当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 4

3061867312/微信域名防封检测API-不死鸟
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
UrlCheck.GetWeiboUrl.GetWechatUrl_example.php 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
dkjndfif 提交于 2020-04-01 14:10 . 侵权更新
<?php
include_once 'src/businiao.lib/businiao.lib.php';
//require_once $_SERVER['DOCUMENT_ROOT'].'/vendor/autoload.php';
$appid='12345678';
$appkey='GetAppKeyAtThe:https://www.wechaturl.us';
/**
* 返回code代码汇总:https://wechaturl.gitbook.io/
* 本案例做了3个功能
* 1.微信url检测状态
* 2.获取微信短网址
* 3.获取微博短网址
* */
$url='https://www.baidu.com';
/**微信url检测状态
* api详细帮助:https://wechaturl.gitbook.io/
*
* */
$UrlCheck_result=(new UrlCheck($appid,$appkey))->get($url);
print_r(json_decode($UrlCheck_result,true));
/**获取微信短网址
* https://wechaturl.gitbook.io/
* */
$GetWechatShortUrl_result=(new GetWechatShortUrl($appid,$appkey))->get($url);
print_r(json_decode($GetWechatShortUrl_result,true));
/**获取微博短网址
*
* https://wechaturl.gitbook.io/
* **/
$GetWeiboShortUrl_result=(new GetWeiboShortUrl($appid,$appkey))->get($url);
print_r(json_decode($GetWeiboShortUrl_result,true));
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/3061867312/WechatUrlCheckPreventingBlockedApi.git
git@gitee.com:3061867312/WechatUrlCheckPreventingBlockedApi.git
3061867312
WechatUrlCheckPreventingBlockedApi
微信域名防封检测API-不死鸟
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385