소스 검색

视频预览

moshaorui 3 달 전
부모
커밋
3fc5344c81
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'];