|
...
|
...
|
@@ -149,7 +149,7 @@ class UpgradeProjectCount extends Command |
|
|
|
$token = md5($url.date("Y-m-d"));
|
|
|
|
$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;
|
|
|
|
$res = http_get($url);
|
|
|
|
$res = http_get($url,['charset=utf-8']);
|
|
|
|
if(!empty($res)){
|
|
|
|
dd($res);
|
|
|
|
}
|
...
|
...
|
|