wesmiler 1 year ago
parent
commit
97a5c2bbab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Api/VideoService.php

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

@@ -291,7 +291,7 @@ class VideoService extends BaseService
             'sss'=> $list,
             'sss1'=> $list1,
             'total'    => count($list),
-            'list'     => isset($list['data']) ? $list['data'] : []
+            'list'     => $list ? $list : []
         ];
     }