WIN-2308041133\Administrator 8 月之前
父節點
當前提交
814508b771
共有 1 個文件被更改,包括 2 次插入2 次删除
  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();