|
@@ -27,9 +27,11 @@ class Vod
|
|
|
Dever::db('video/vod')->update(array('where_id' => $data['id'], 'video_info' => $video_info));
|
|
Dever::db('video/vod')->update(array('where_id' => $data['id'], 'video_info' => $video_info));
|
|
|
} else {
|
|
} else {
|
|
|
$video_info = Dever::json_decode($data['video_info']);
|
|
$video_info = Dever::json_decode($data['video_info']);
|
|
|
- unset($data['video_info']);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ print_r($video_info);die;
|
|
|
|
|
+ unset($data['video_info']);
|
|
|
|
|
+
|
|
|
$data['video_width'] = 0;
|
|
$data['video_width'] = 0;
|
|
|
$data['video_height'] = 0;
|
|
$data['video_height'] = 0;
|
|
|
# 默认横屏
|
|
# 默认横屏
|