Browse Source

视频预览

moshaorui 3 weeks ago
parent
commit
3fc5344c81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Console/Commands/GeneratePreviewVideo.php

+ 1 - 0
app/Console/Commands/GeneratePreviewVideo.php

@@ -58,6 +58,7 @@ class GeneratePreviewVideo extends Command
 
         foreach ($reslut as $item) {
             $video_url = $this->ossUrl($item->video_url);
+            echo $video_url.'/n';
             $fileName = basename($video_url);
             $fileInfo = pathinfo($fileName);
             $previewName = $fileInfo['filename'] . '_preview.' . $fileInfo['extension'];