2023年新版神马TV对接2023千月影视原生双端影视APP版 账号数据互通+搭建教程运营级程序

已经打通了数据,可以用千月APP的账号密码进行 t -v 登录

后台搭建:

This is a set of 2 open apple CMS

With a focus on the interface, this version can docking QianYue film H5 data, and the search interface,

【最新版WordPress日主题v5主题安装教程保姆级安装】 https://www.bilibili.com/video/BV1Ly421v7XY/?share_source=copy_web&vd_source=44c3a4590ca6f5cae773e1b70c3f9764Can also be used in color film on H5 interface and search interface,

Docking file changes are done, the test and correct share out
5、修改好后上传到你的服务器或空间 

后台:域名/houtai.php

H5版本访问: 域名/ios/ios/index.html  可以做个苹果免签封装APP

前端搭建:

1、apicloud 注册个账号 注册好后登陆 右上角会有你自己注册的名字 把鼠标放上去
   有个开发控制台进入后,创建一个app, 修改config文件的apicloud  ID,有个端设置 里面设置LOGO跟启动图  ,IOS证书自己有的话不需要讲了,用自己的就可以了。
模块需要添加

2、上传代码请使用小乌龟上传,具体使用教程请百度。

3:上传成功后 我们在回到apicloud的网站 点击云编译 选择你需要生成APP的平台 类型选择正式版 其他不需要动
 把页面拉到最下面  点击“云编译” 编译需要时间,耐心等待,编译成功后会出现个下载APP的二维码 也可以下载到电脑!


投屏版的,封装完后,记得后台设置,投屏开关打开!!!
没有投屏模块可忽略第四条!!!
4、有投屏模块的,修改乐播投屏的ID跟Key; 

电视搭建的资料:

如意对接千月影视APP,需要把如意的数据库直接传入千月影视的数据库内(千月影视和如意验证数据库用一个)

chengcheng.php 内部改自己的域名如下:

/首页的推荐内容
        $this->_param['pg'] = 1;
        $where['vod_level'] =1;
        $order = 'vod_time desc';
        $field = 'vod_id,vod_name,type_id,"" as type_name,vod_pic,vod_en,group_id,vod_time,vod_time_add,vod_remarks,vod_pic_thumb,vod_play_from';
        $res = model('vod')->listData($where, $order, $this->_param['pg'], $GLOBALS['config']['api']['vod']['pagesize'], 0, $field, 0);
            if ($this->_param['at'] == 'xml') {
                $html = $this->vod_xml($res);
            } else {
                $html = $this->vod_json($res);
            }
        $hh["msg"]="";
            $hh["code"]=200;
            $hh["videonum"]=$html["total"];
            $hh["totalpage"]=$html["pagecount"];
            $hh["pageindex"]=$this->_param['pg'];
            $ii=0;
            foreach ($html["list"] as $vv){
                if($ii<6){
                $data[$ii]["id"]=$vv["vod_id"];
                $data[$ii]["tjid"]=$vv["type_id"];
                $data[$ii]["tjtype"]="tvplay";
                $data[$ii]["tjinfo"]=$vv["vod_name"];
                $data[$ii]["tjstarttime"]=$vv["vod_time"];
                $data[$ii]["tjendtime"]=date("Y-m-d H:i:s",$vv["vod_time_add"]);
                $data[$ii]["tjwei"]=$ii+1;
                $data[$ii]["tjpicurl"]=str_replace('mac:','http:',$vv["vod_pic"]);
                $data[$ii]["tjpicslideurl"]=str_replace('mac:','http:',$vv["vod_pic"]);
                $data[$ii]["tjurl"]='http://这里改成自己的域名/api.php/Chengcheng/vod/?ac=detail&ids='.$vv["vod_id"];
                $data[$ii]["state"]=$vv["vod_remarks"];
                }
                $ii++;
                
            }
            $hh["data"]=$data?:[];
            echo json_encode($hh,true);

神马TV对接千月影视版.zip - 蓝奏云

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值