作者 lyh

gx

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