Commit 609b7f11 by 杨昕

test

parent 05ecfe96
Pipeline #18870 passed with stages
in 59 seconds
......@@ -275,7 +275,9 @@ class MediaModel extends Eloquent
//处理封面图片以及分辨率
if ($request->media_url != "null"){
LogModel::addlog(["start处理媒资封面图"=>$media_id,"数据"=>$data,"视频地址"=>$request->media_url]);
self::getScreeShotInfo($media_id);
LogModel::addlog(["end处理媒资封面图"=>$media_id,"数据"=>$data,"视频地址"=>$request->media_url]);
}
LogModel::addlog(["添加媒资信息" => $data, ['媒资ID为:=> ' . $id]]);
} catch (\Exception $exception) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment