作者 lyh

gx

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