正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -147,8 +147,7 @@ class UpgradeProjectCount extends Command | @@ -147,8 +147,7 @@ class UpgradeProjectCount extends Command | ||
| 147 | 147 | ||
| 148 | public function inquiry($url,$month){ | 148 | public function inquiry($url,$month){ |
| 149 | $token = md5($url.date("Y-m-d")); | 149 | $token = md5($url.date("Y-m-d")); |
| 150 | - $url = 'https://form.globalso.com/api/external-interface/country_con/15243d63ed5a5738? | ||
| 151 | - domain=https://'.$url.'/&token='.$token.'&source=1,2,3,4&model=month&sta_date=2024-01'.$month; | 150 | + $url = 'https://form.globalso.com/api/external-interface/country_con/15243d63ed5a5738?domain=https://'.$url.'/&token='.$token.'&source=1,2,3,4&model=month&sta_date=2024-01'.$month; |
| 152 | $res = http_get($url,['charset=utf-8']); | 151 | $res = http_get($url,['charset=utf-8']); |
| 153 | dd($url); | 152 | dd($url); |
| 154 | } | 153 | } |
-
请 注册 或 登录 后发表评论