소스 검색

提交前先同步

longyi 5 달 전
부모
커밋
b9d9156b1a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      core/CoreApp/controllers/Apipf.php

+ 1 - 2
core/CoreApp/controllers/Apipf.php

@@ -158,7 +158,7 @@ class Apipf extends Start_Controller{
         if($api != $this->api){
              die("No data to be executed");
         }
-        $list = $this->customer->find_all("more_three = 3 and is_tb = 0","id,shop,source,name,email,phone,money,num,country,province,city,street,address,address2,zipcode",'id asc',0,3);
+        $list = $this->customer->find_all("more_three = 3 and is_tb = 0","id,shop,source,name,email,phone,money,num,country,province,city,street,address,address2,zipcode",'id asc',0,100);
         //$list = $this->customer->find_all("id = 71015","id,shop,source,name,email,phone,money,num,country,province,city,street,address,address2,zipcode",'id asc',0,100);
         if(empty($list)){
             die("This is a request without data");  
@@ -216,7 +216,6 @@ class Apipf extends Start_Controller{
        }
        var_dump(json_encode($customer_ids));
        var_dump($data);
-       die;
        if(empty($data)){
             return ;
        }