...
|
...
|
@@ -40,7 +40,7 @@ class StoreInform extends Base |
|
|
if($data['video']) {
|
|
|
// 获取视频第一帧图片
|
|
|
$video_info = json_decode(file_get_contents(cdnurl($data['video'], true) . '?avinfo'), true);
|
|
|
$lesson_matter['video_image'] = get_video_first_image(cdnurl($data['video'],true), $video_info);
|
|
|
$img = get_video_first_image(cdnurl($data['video'],true), $video_info);
|
|
|
}
|
|
|
return $img;
|
|
|
}
|
...
|
...
|
|