소스 검색

视频预览

moshaorui 2 주 전
부모
커밋
56b09d5da5
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').'/';
+                $uploadPath = 'videos/uploads/previews/'. date('Ym');
                 $file = new File($previewPath);
                 $disk->putFileAs($uploadPath, $file, $previewName);