作者 lyh

gx

@@ -93,6 +93,7 @@ if(!function_exists('http_get')){ @@ -93,6 +93,7 @@ if(!function_exists('http_get')){
93 curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false); 93 curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false);
94 $access_txt = curl_exec($ch1); 94 $access_txt = curl_exec($ch1);
95 curl_close($ch1); 95 curl_close($ch1);
  96 + \Illuminate\Support\Facades\Log::info('info----'.$access_txt);
96 return json_decode($access_txt, true); 97 return json_decode($access_txt, true);
97 } 98 }
98 } 99 }