作者 lyh

gx

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