作者 Cool
1 个管道 的构建 通过 耗费 0 秒

商圈信息调试

... ... @@ -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;
}
... ...