Commit 9b627f9a by yf60144

dfs

parent fc5e106f
Pipeline #13852 passed with stages
in 40 seconds
...@@ -926,7 +926,7 @@ class MediaModel extends Eloquent ...@@ -926,7 +926,7 @@ class MediaModel extends Eloquent
throw new \Exception("媒资类别不存在"); throw new \Exception("媒资类别不存在");
} }
$url = getRbac($request,'video/info?mediaId='.$media_id,'' ,$type='play_m3u8'); $url = getRbac($request,'video/info?mediaId='.$media_id.'&pathForever=1','' ,$type='play_m3u8');
return $url; return $url;
echo $url; echo $url;
......
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