Commit 9291fbe5 by 杨昕

add logs

parent 3b3559bd
Pipeline #18796 passed with stages
in 1 minute 1 second
......@@ -1120,6 +1120,7 @@ class MediaModel extends Eloquent
$media_id = $request->media_id;
if ($request->type == 'audio'){
$data["media_audio"] = 'audio';
LogModel::addlog(["接收到更新 screenshot 数据回调 ,更新音频文件" => $request->all(),"更新数据为"=>$data]);
MediaModel::where("_id", $media_id)->update($data);
return;
}
......
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