洗数据

This commit is contained in:
tsf 2025-12-23 13:27:11 +08:00
parent 110c0b39cf
commit 5efdde5702
1 changed files with 2 additions and 2 deletions

View File

@ -935,9 +935,9 @@ class Xishuju1 extends Controller{
public function new_step1_action(){ public function new_step1_action(){
$data = input(); $data = input();
$page_size = 3; $page_size = 5;
// $curl_result = $this->queryUSDAFoodsRaw('Foundation',['pageSize'=>3,'pageNumber'=>1]); // $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){ if($curl_result === false){
return $this->msg(99999); return $this->msg(99999);
} }