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