Commit 3c01ef35 by 杨昕

修改获取play_url基本数据

parent 16ca94fa
Pipeline #18740 passed with stages
in 1 minute 32 seconds
...@@ -500,7 +500,7 @@ class MediaModel extends Eloquent ...@@ -500,7 +500,7 @@ class MediaModel extends Eloquent
try{ try{
$media = MediaModel::select('media_url','secret_key','duration','media_name','status')->find($media_id); $media = MediaModel::select('media_url','secret_key','duration','media_name','status','height','width','screen_shot')->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