Browse Source

提交前先同步

longyi 5 months ago
parent
commit
b9d9156b1a
1 changed files with 1 additions and 2 deletions
  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){
         if($api != $this->api){
              die("No data to be executed");
              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);
         //$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)){
         if(empty($list)){
             die("This is a request without data");  
             die("This is a request without data");  
@@ -216,7 +216,6 @@ class Apipf extends Start_Controller{
        }
        }
        var_dump(json_encode($customer_ids));
        var_dump(json_encode($customer_ids));
        var_dump($data);
        var_dump($data);
-       die;
        if(empty($data)){
        if(empty($data)){
             return ;
             return ;
        }
        }