WIN-2308041133\Administrator 8 mesi fa
parent
commit
814508b771
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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();