海南php

  1. 海南
    接口:https://www.hnntv.cn/api/channel?type=1
<?php
$id = isset($_GET['id'])?$_GET['id']:'1';
$n = [
   "1" => 'lywsgq',//海南卫视
   "2" => 'ssws',//三沙卫视
   "3" => 'jjpd',//海南自贸
   "4" => 'xwpd',//海南新闻
   "5" => 'ggpd',//海南公共
   "6" => "wlpd",//海南文旅
   "7" => "sepd",//海南少儿
   ];
$url = "https://live3.hnntv.cn/srs/tv/".$n[$id].".m3u8";
header('Location:'.$url);
?>
posted @ 2024-02-05 19:24  流年中渲染了微笑  阅读(6)  评论(0编辑  收藏  举报