|
|
发表于 2025-12-24 17:17:24
|
显示全部楼层
- <?php
- $id = isset($_GET['id'])?$_GET['id']:'gyxwzh';
- $n = array(
- 'qqharxwzh' => 4,//齐齐哈尔新闻综合频道
- 'qqharjjfz' => 6,//齐齐哈尔经济法治频道
- );
- $d = file_get_contents('http://www.qqhrnews.com/addons/jianlive/api?id='.$n[$id].'');
- preg_match('/"MediaUrl":"(.*?)"/',$d,$playurl);
- $ts=str_replace('\/','/',$playurl[1]);
- header('location:'.$ts);
- //echo $playurl[1];
- ?>
复制代码
|
|