Commit aaf2c647 by 杨昕

返回第三方媒资时长

parent 80cb80bf
Pipeline #10614 passed with stages
in 43 seconds
......@@ -459,7 +459,7 @@ class MediaModel extends Eloquent
try{
$media = MediaModel::select('media_url','secret_key')->find($media_id);
$media = MediaModel::select('media_url','secret_key','duration')->find($media_id);
if (empty($media)){
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