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

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

@@ -83,7 +83,7 @@ class Platform extends Api
         if(input('vid', 0) > 0){
             $map['video_platform_record.vid'] = input('vid', 0);
         }
-        list($offset, $limit) = $this->buildparams();
+        list($where, $sort, $order, $offset, $limit) = $this->buildparams();
         $config = $this->config();
         $list = model('VideoPlatformRecord')
             ->with('platform,videolist')