找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 71|回复: 9

Json短网址php如何使用

[复制链接]

6

主题

16

回帖

68

积分

注册会员

积分
68
发表于 2020-3-1 00:17:07 | 显示全部楼层 |阅读模式
本帖最后由 2004tj 于 2020-3-1 01:24 编辑

https://v1.alapi.cn/api/url?url=https://www.hostloc.com
https://vip.video.qq.com/fcgi-bin/comm_cgi?name=short_url&need_short_url=1&url=https://www.hostloc.com
小白请教怎么变成php函数直接使用输出短地址

回复

使用道具 举报

15

主题

217

回帖

829

积分

高级会员

积分
829
发表于 2020-3-1 00:19:03 | 显示全部楼层
小板凳已就绪  坐等楼下解释
回复

使用道具 举报

3

主题

331

回帖

679

积分

高级会员

积分
679
发表于 2020-3-1 00:27:46 | 显示全部楼层
bash大砝好,curl https://v1.alapi.cn/api/url?url=https://www.hostloc.com | jq '.data.short_url'
回复

使用道具 举报

6

主题

16

回帖

68

积分

注册会员

积分
68
 楼主| 发表于 2020-3-1 00:44:44 | 显示全部楼层

A23187 发表于 2020-3-1 00:27

bash大砝好,curl https://v1.alapi.cn/api/url?url=https://www.hostloc.com | jq '.data.short_url'

大佬 这种PHP怎么调用
回复

使用道具 举报

13

主题

86

回帖

371

积分

中级会员

积分
371
发表于 2020-3-1 00:27:00 | 显示全部楼层
[ol]
  •         function makeShortUrl($url)
  •         {
  •                 $url = urlencode($url);
  •                 $result = @file_get_contents("https://v1.alapi.cn/api/url?url={$url}");
  •                 if ($result){
  •                         $result = json_decode($result, true);
  •                         if (isset($result['data']['short_url'])){
  •                                 return $result['data']['short_url'];
  •                         }
  •                 }
  •                 return false;
  •         }
  •         
  •         echo makeShortUrl('http://baidu.com');[/ol]复制代码

    刚好用到,举手之劳
  • 回复

    使用道具 举报

    6

    主题

    16

    回帖

    68

    积分

    注册会员

    积分
    68
     楼主| 发表于 2020-3-1 00:49:56 | 显示全部楼层

    flofire 发表于 2020-3-1 00:49

    刚好用到,举手之劳

    谢谢 大佬
    回复

    使用道具 举报

    6

    主题

    16

    回帖

    68

    积分

    注册会员

    积分
    68
     楼主| 发表于 2020-3-1 00:53:50 | 显示全部楼层

    flofire 发表于 2020-3-1 00:49

    刚好用到,举手之劳

    大佬在帮忙看看这个  https://vip.video.qq.com/fcgi-bin/comm_cgi?name=short_url&need_short_url=1&url=https://www.hostloc.com
    回复

    使用道具 举报

    6

    主题

    16

    回帖

    68

    积分

    注册会员

    积分
    68
     楼主| 发表于 2020-3-1 00:49:00 | 显示全部楼层
    本帖最后由 2004tj 于 2020-3-1 08:43 编辑

    flofire 发表于 2020-3-1 00:49

    刚好用到,举手之劳

    回复

    使用道具 举报

    6

    主题

    16

    回帖

    68

    积分

    注册会员

    积分
    68
     楼主| 发表于 2020-3-1 00:59:28 | 显示全部楼层

    flofire 发表于 2020-3-1 00:49

    刚好用到,举手之劳

    代码没错,为啥放在PHP文件直接访问不出结果呢
    回复

    使用道具 举报

    3

    主题

    56

    回帖

    125

    积分

    注册会员

    积分
    125
    发表于 2020-3-1 00:49:00 | 显示全部楼层
    不错
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-20 09:33 , Processed in 0.071394 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表