w.url.cn短网址生成接口
function dwz($url){ $json=file_get_contents("http://yy.gongju.at/?a=addon&m=wxdwz&token=26d1e69457475590b8e272&long=".urlencode($url)); $arr=json_decode($json,true); if($arr['ret_code']==0){ return $arr['short']; }else{ return $arr['msg']; }}
接口地址:http://baofeng.la
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。