找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: gu***

[iptv信源 资源分享或寻求] 宿迁APP直播线路js代码

  [复制链接]
发表于 2021-4-7 17:47 | 显示全部楼层
谢谢分享。。。。。。。。。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 17:47 | 显示全部楼层
宿迁APP直播线路js代码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 17:49 | 显示全部楼层
<?php
/*宿迁APP
*/
$id=$_GET['id'];
$ids = array(
"sqzh"=>"10000",//宿迁综合
"sqgg"=>"10001"//宿迁公共
);
$key = 'aba7784d60f414a7a3069c8c8160ac3d';
$pm = 'appkey=6f2d6e90a4799251721ca8dd5d6e98c6&id='.$ids[$id].'&method=tv.detail&ver=3.1.24';
$str = 'appkey6f2d6e90a4799251721ca8dd5d6e98c6id'.$ids[$id].'methodtv.detailver3.1.24';
$sign = md5($str.$key);
$url =  'https://api.sqsjt.net/v4/?spm=&'.$pm.'&sign='.$sign;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch,CURLOPT_SSL_VERIFYHOST, false);
$result = curl_exec($ch);
curl_close($ch);
header('Location:'.json_decode($result)->data->playurl);

?>
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 17:49 | 显示全部楼层
guoma 发表于 2021-4-7 15:28
照葫芦画瓢,学写php:

不知可用否?

CURL需要去掉HTTPS证书验证
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch,CURLOPT_SSL_VERIFYHOST, false);
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 18:15 | 显示全部楼层
感谢 分享,我也来看目的地
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 18:22 | 显示全部楼层
谢谢楼主分享。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 18:31 | 显示全部楼层
宿迁APP直播线路js代码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 18:41 | 显示全部楼层
感谢分享!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 19:00 | 显示全部楼层
555555555
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 19:19 来自手机 | 显示全部楼层
低调低调低调低调
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 19:26 来自手机 | 显示全部楼层
PHP里变量URL中的spm似乎不对,小白不懂这个,可能是瞎说的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 19:39 | 显示全部楼层
多谢分享。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 19:43 | 显示全部楼层
guoma 发表于 2021-4-7 15:28
照葫芦画瓢,学写php:

不知可用否?

这个好像不需要curl,直接用file_get_contents就可以了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 19:43 | 显示全部楼层
支持大佬!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 20:45 | 显示全部楼层
谢谢楼主分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-26 00:52

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表