diff --git a/application/test/controller/Xishuju1.php b/application/test/controller/Xishuju1.php index 85980e5..44b62a0 100644 --- a/application/test/controller/Xishuju1.php +++ b/application/test/controller/Xishuju1.php @@ -935,9 +935,9 @@ class Xishuju1 extends Controller{ public function new_step1_action(){ $data = input(); - $page_size = 3; + $page_size = 5; // $curl_result = $this->queryUSDAFoodsRaw('Foundation',['pageSize'=>3,'pageNumber'=>1]); - $curl_result = $this->queryUSDAFoodsRaw('Foundation',['pageSize'=>$page_size,'pageNumber'=>$data['page']]); + $curl_result = $this->queryUSDAFoodsRaw('SR Legacy',['pageSize'=>$page_size,'pageNumber'=>$data['page']]); if($curl_result === false){ return $this->msg(99999); }