소스 검색

视频预览

moshaorui 2 주 전
부모
커밋
23b13bcd95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/GeneratePreviewVideo.php

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

@@ -81,7 +81,7 @@ class GeneratePreviewVideo extends Command
                 $this->generatePreview($localFilePath, $previewPath);
                 //上传到OSS
                 $uploadPath = 'videos/uploads/previews/'. date('Ym');
-                //$disk->putFile($uploadPath,$previewPath);
+                $disk->putFile($uploadPath,$previewPath);
 
                 DB::table('site_preview_video')
                     ->where('id', $item->id)