瀏覽代碼

过滤不可用的号码

陈德本 5 年之前
父節點
當前提交
8e1ef1d555
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      App/Api/Controller/Index.php

+ 1 - 0
App/Api/Controller/Index.php

@@ -19,6 +19,7 @@ class Index extends Controller
         }else{
             $where=[];
         }
+        $where['status']=1;
         $page = $this->getQuery()->intval("page", 1);
         $pgSize = 20;
 //        $country="+86";