瀏覽代碼

完善活动列表接口

15954078560 2 年之前
父節點
當前提交
f88f1a34f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Index.php

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

@@ -38,7 +38,7 @@ class Index extends Api
         $keyword = input('keyword', '', 'trim'); //关键字
 
         $where['signupendtime'] = ['gt', time()];
-        $where['status'] = 0;
+        $where['status'] = ['neq', 3];
         if ($type) {
             $where['type'] = $type;
         }