作者 lyh

gx

... ... @@ -105,7 +105,6 @@ if (!function_exists('http_get')) {
curl_setopt($ch1, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
$access_txt = curl_exec($ch1);
curl_close($ch1);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($access_txt, true) . PHP_EOL, FILE_APPEND);
return json_decode($access_txt, true);
}
}
... ...