首页 网站维护正文

php短网址接口 免费给大家使用~

admin 网站维护 2019-09-16 1312 0

<?php


header("Content-Type:text/html;charset=UTF-8");


date_default_timezone_set("PRC");


$url = "https://www.wfwz.net";


$result = file_get_contents("https://api.uomg.com/api/long2dwz?dwzapi=urlcn&url=".$url);


$arr=json_decode($result,true);


if ($arr['code']==1) {


    echo $arr['ae_url'];


} else {


    echo $arr['msg'];


}


?>


版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

评论