作者 lyh

gx

... ... @@ -72,7 +72,6 @@ class RapIdApIService
if ($err) {
return false;
} else {
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($response, true) . PHP_EOL, FILE_APPEND);
return json_decode($response,true);
}
}
... ...