作者 lyh

gx

... ... @@ -105,6 +105,7 @@ class AmazonS3Service
// 处理错误
return 'cURL 错误:' . $error;
} else {
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($response, true) . PHP_EOL, FILE_APPEND);
return $response;
}
// 关闭 cURL 句柄
... ...