소스 검색

过滤不可用的号码

陈德本 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";