正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -147,6 +147,7 @@ class ComController extends BaseController | @@ -147,6 +147,7 @@ class ComController extends BaseController | ||
| 147 | } | 147 | } |
| 148 | 148 | ||
| 149 | public function ceshi(){ | 149 | public function ceshi(){ |
| 150 | + date_default_timezone_set('Asia/Shanghai'); | ||
| 150 | $arr = []; | 151 | $arr = []; |
| 151 | $inquiry_list = (new FormGlobalsoApi())->getInquiryList('https://demomark.globalso.com/','',1,100000000); | 152 | $inquiry_list = (new FormGlobalsoApi())->getInquiryList('https://demomark.globalso.com/','',1,100000000); |
| 152 | //总数 | 153 | //总数 |
-
请 注册 或 登录 后发表评论