|
...
|
...
|
@@ -25,7 +25,7 @@ class InquiryLogic extends BaseLogic |
|
|
|
$this->form_globalso_api = new FormGlobalsoApi();
|
|
|
|
}
|
|
|
|
|
|
|
|
public function getApiList($export)
|
|
|
|
public function getApiList($export = false)
|
|
|
|
{
|
|
|
|
$page_size = $export ? 1000 : 20;
|
|
|
|
$search = $this->request['search'] ?: '';
|
...
|
...
|
|