|
@@ -39,6 +39,8 @@ class Enterprise extends Base
|
|
|
if(!empty($data['vendinc'])){
|
|
|
$body['vendinc'] = $data['vendinc'];
|
|
|
}
|
|
|
+ $body['pageIndex'] = $data['page'];
|
|
|
+ $body['pageSize']=5;
|
|
|
$url = 'https://api.elecredit.com/saic/companyFilterInfoNewInterface';
|
|
|
$list = curl_jz($body, $url);
|
|
|
$this->success('企业数据', $list);
|