|
...
|
...
|
@@ -147,6 +147,7 @@ class ComController extends BaseController |
|
|
|
}
|
|
|
|
|
|
|
|
public function ceshi(){
|
|
|
|
date_default_timezone_set('Asia/Shanghai');
|
|
|
|
$arr = [];
|
|
|
|
$inquiry_list = (new FormGlobalsoApi())->getInquiryList('https://demomark.globalso.com/','',1,100000000);
|
|
|
|
//总数
|
...
|
...
|
|