Commit 8d89b11f by 杨昕

test

parent be116811
Pipeline #18765 passed with stages
in 1 minute 9 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', 'status', 'height', 'width', 'screen_shot')->find($media_id); $media = MediaModel::select('media_url', 'secret_key', 'duration', 'media_name', 'status', '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