正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论