作者 lyh

gx

@@ -149,7 +149,7 @@ class UpgradeProjectCount extends Command @@ -149,7 +149,7 @@ class UpgradeProjectCount extends Command
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?domain=https://'.$url.'/&token='.$token.'&source=1,2,3,4&model=month&sta_date='.$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='.$month;
151 $res = http_get($url,['charset=utf-8']); 151 $res = http_get($url,['charset=utf-8']);
152 - dd($url); 152 + dd($res);
153 } 153 }
154 154
155 } 155 }