Explorar o código

完善活动列表接口

15954078560 %!s(int64=2) %!d(string=hai) anos
pai
achega
f88f1a34f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }