wesmiler 2 years ago
parent
commit
caccdb9273
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/Api/VideoService.php

+ 1 - 0
app/Services/Api/VideoService.php

@@ -371,6 +371,7 @@ class VideoService extends BaseService
             if($fileUrl){
                 $result = upload_video($request,'video');
                 $data = isset($result['data'])? $result['data'] : [];
+                var_dump($result);
                 $fileUrl = isset($data['file_path'])? $data['file_path'] : '';
                 if(empty($fileUrl)){
                     $this->error = 2212;