|
@@ -23,6 +23,13 @@ class Baseconfig extends Api
|
|
|
'tv_family_bottom' => config('site.tv_family_bottom'),//家庭乐园底部文字
|
|
|
];
|
|
|
|
|
|
+ //本来应该放在盒子api的基础配置,从jiankang_tv的版本库,api/index/indexdata里复制出来的
|
|
|
+ $config['vip'] = 'https://jiankang-1304634122.cos.ap-nanjing.myqcloud.com/home/vip.webp';
|
|
|
+ $config['free'] = 'https://jiankang-1304634122.cos.ap-nanjing.myqcloud.com/home/free.webp';
|
|
|
+ $config['leftbottom'] = '内容如有侵权,请联系删除'; //视频详情页,收藏按钮上方那行小字
|
|
|
+ $config['beian']['top'] = '';
|
|
|
+ $config['beian']['bottom'] = '';
|
|
|
+
|
|
|
$this->success('success',$config);
|
|
|
}
|
|
|
|