Commit 7e1f2bd5 by 杨昕

添加status转码服务

parent f9b85917
Pipeline #12994 passed with stages
in 43 seconds
...@@ -506,7 +506,7 @@ class MediaModel extends Eloquent ...@@ -506,7 +506,7 @@ class MediaModel extends Eloquent
try{ try{
$media = MediaModel::select('media_url','secret_key','duration','media_name')->find($media_id); $media = MediaModel::select('media_url','secret_key','duration','media_name','status')->find($media_id);
if (empty($media)){ if (empty($media)){
throw new \Exception("媒资不存在"); throw new \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