<?php
$id=$_GET['id'];
$url = "http://www.qqhrnews.com/addons/jianlive/api?id=".$id;
$content = json_decode(file_get_contents($url));
$liveurl = $content->data->MediaUrl;
header('location:'.urldecode($liveurl));
?>
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持以下吧
请登录后发表评论
注册