作者 lyh

gx

@@ -150,9 +150,8 @@ class UpgradeProjectCount extends Command @@ -150,9 +150,8 @@ class UpgradeProjectCount extends Command
150 $url = 'https://form.globalso.com/api/external-interface/country_con/15243d63ed5a5738? 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; 151 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']); 152 $res = http_get($url,['charset=utf-8']);
153 - if(!empty($res)){  
154 - dd($res);  
155 - } 153 + dd($res);
  154 +
156 } 155 }
157 156
158 } 157 }