作者 lyh

gx

@@ -146,8 +146,9 @@ class UpgradeProjectCount extends Command @@ -146,8 +146,9 @@ class UpgradeProjectCount extends Command
146 } 146 }
147 147
148 public function inquiry($url,$month){ 148 public function inquiry($url,$month){
  149 + $url = 'https://'.$url.'/';
149 $token = md5($url.date("Y-m-d")); 150 $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; 151 + $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;
151 $res = http_get($url,['charset=utf-8']); 152 $res = http_get($url,['charset=utf-8']);
152 dd($res); 153 dd($res);
153 } 154 }