WIN-2308041133\Administrator 8 months ago
parent
commit
814508b771
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/api/controller/Platform.php

+ 2 - 2
application/api/controller/Platform.php

@@ -44,8 +44,8 @@ class Platform extends Api
         }
         $config=$this->config();
         $configs=config('site');
-        $list =  model('VideoShare')
-            ->with('videolist,user')
+        $list = model('VideoShare')
+            ->with('videolist')
             ->where($map)
             ->limit(10)
             ->select();