wesmiler 2 سال پیش
والد
کامیت
4bcc7f4788
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/Services/Api/VideoService.php

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

@@ -382,6 +382,7 @@ class VideoService extends BaseService
 
         // 相册
         else if($type == 2){
+            var_dump($albums);
             if(empty($albums) || !is_array($albums)){
                 $this->error = 2211;
                 return false;