|
...
|
...
|
@@ -145,7 +145,7 @@ class ComController extends BaseController |
|
|
|
|
|
|
|
public function ceshi(){
|
|
|
|
$from = new FormGlobalsoApi();
|
|
|
|
$list = $from->getInquiryList('https://demomark.globalso.com/',[],1,100000000);
|
|
|
|
$list = $from->getInquiryList('https://demomark.globalso.com/','',1,100000000);
|
|
|
|
$this->response('success',Code::SUCCESS,$list);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|