正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -151,7 +151,7 @@ class UpgradeProjectCount extends Command | @@ -151,7 +151,7 @@ class UpgradeProjectCount extends Command | ||
| 151 | $token = md5($url.date("Y-m-d")); | 151 | $token = md5($url.date("Y-m-d")); |
| 152 | $url = 'https://form.globalso.com/api/external-interface/country_con/15243d63ed5a5738?domain='.$url.'&token='.$token.'&source=1,2,3,4&model=month&sta_date='.$month; | 152 | $url = 'https://form.globalso.com/api/external-interface/country_con/15243d63ed5a5738?domain='.$url.'&token='.$token.'&source=1,2,3,4&model=month&sta_date='.$month; |
| 153 | $res = http_get($url,['charset=utf-8']); | 153 | $res = http_get($url,['charset=utf-8']); |
| 154 | - echo date('Y-m-d H:i:s') . '数据:'.$res['data']['count'] . PHP_EOL; | 154 | + echo date('Y-m-d H:i:s') . '数据:'.json_encode($res) . PHP_EOL; |
| 155 | return $res; | 155 | return $res; |
| 156 | } | 156 | } |
| 157 | 157 |
-
请 注册 或 登录 后发表评论