|
@@ -30,11 +30,6 @@ class Preview
|
|
|
$scene = -1 . ',' . $type . ',' . $id;
|
|
|
|
|
|
//echo $scene;die;
|
|
|
- if ($type == 4) {
|
|
|
-
|
|
|
- } else {
|
|
|
- $info['cate_id'] = 1;
|
|
|
- }
|
|
|
$send['project'] = $info['cate_id'];
|
|
|
$send['send'] = $scene;
|
|
|
$send['width'] = 152;
|
|
@@ -45,14 +40,12 @@ class Preview
|
|
|
$table['预览小程序码'] = $html;
|
|
|
//$table['测试二维码'] = '暂时没有';
|
|
|
|
|
|
- /*
|
|
|
if ($type == 3) {
|
|
|
if ($info['url_m3u8']) {
|
|
|
$table['m3u8回放地址'] = $info['url_m3u8'];
|
|
|
$table['mp4回放地址'] = $info['url_mp4'];
|
|
|
}
|
|
|
}
|
|
|
- */
|
|
|
|
|
|
return Dever::table($table);
|
|
|
}
|