dvdwaps 发表于 2024-10-18 22:02:51

好像不能看了
官网代理高一下
https://www.xjtvs.com.cn/column/tv/434

gankede 发表于 2024-10-18 23:38:31

看看能不能

wenyl5789 发表于 2024-10-19 14:21:48

新疆是个好地方

zow1990 发表于 2024-10-19 22:40:07

新疆是个好地方,电视php代理

lalifeier 发表于 2024-10-19 23:47:04

人生没有彩排,每天都是直播。

lengluoleqiu 发表于 2024-10-21 04:08:58

等了好久终于等到今天

missyou20701970 发表于 2024-10-21 21:36:44

好像不能放啊

ktvxiaowei 发表于 2024-10-22 04:04:30

感谢大佬分享

jiangxulei 发表于 2024-10-22 08:17:27

感谢分 享了

shirly110 发表于 2024-10-22 10:02:08

看看谢谢看看谢谢

fanmingming 发表于 2024-10-22 23:02:25

<?php
$id = isset($_GET['id']) ? $_GET['id'] : 'hyzy';

$n = array(
    'xjws' => 0, // 新疆卫视
    'wyzh' => 1, // 维吾尔语新闻综合
    'hazh' => 2, // 哈萨克语新闻综合
    'hyzy' => 3, // 汉语综艺
    'wyys' => 4, // 维吾尔语影视
    'hyjj' => 5, // 汉语经济生活
    'hazy' => 6, // 哈萨克语综艺
    'wyjj' => 7, // 维吾尔语经济生活
    'hyty' => 8, // 汉语体育健康
    'hyxx' => 9, // 汉语信息服务
    'xjse' => 10, // 少儿频道
);

$headers = array('Content-Type: application/json;charset=UTF-8');
$options = array(
    'http' => array(
      'header' => implode("\r\n", $headers),
      'method' => 'GET'
    )
);
$context = stream_context_create($options);
$response = file_get_contents("https://www.xjtvs.com.cn/bvradio_app/service/cms?functionName=getChannel&stationID=100", false, $context);
$json = json_decode($response, true);

if (isset($n[$id]) && isset($json[$n[$id]])) {
    echo json_encode(array('url' => $json[$n[$id]]['playUrl']));
} else {
    echo json_encode(array('error' => "Channel not found or URL not available.", 'url' => null));
}
?>

猪小乐 发表于 2024-10-23 08:29:04

新疆是个好地方
页: 1 2 3 4 5 6 7 8 9 [10] 11
查看完整版本: 新疆是个好地方,电视php代理