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 ;
        }