dyjh 6 years ago
parent
commit
ef2ba6f675
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/Album/ProductController.php

+ 1 - 1
app/Http/Controllers/Admin/Album/ProductController.php

@@ -180,7 +180,7 @@ class ProductController extends Controller
 
 
     public function uploadVideo($video,$id)
     public function uploadVideo($video,$id)
     {
     {
-
+        dd($video);
 // 判断图片有效性
 // 判断图片有效性
         if (!$video) {
         if (!$video) {
             return back()->withErrors('上传视频无效..');
             return back()->withErrors('上传视频无效..');