洗数据
This commit is contained in:
parent
110c0b39cf
commit
5efdde5702
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue