dyjh il y a 6 ans
Parent
commit
ef2ba6f675
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Controllers/Admin/Album/ProductController.php

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

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