作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -66,7 +66,7 @@ class AmazonS3Service
*/
public function syncImageFiles($files)
{
$file_content = curl_c($files);
$file_content = curl_c($files,false);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($file_content, true) . PHP_EOL, FILE_APPEND);
$key = str_replace_url($files);
try {
... ...