作者 lyh

gx

@@ -53,7 +53,6 @@ class CosService @@ -53,7 +53,6 @@ class CosService
53 ] 53 ]
54 ], true); 54 ], true);
55 } 55 }
56 - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($options, true) . PHP_EOL, FILE_APPEND);  
57 $res = $cosClient->putObject($options); 56 $res = $cosClient->putObject($options);
58 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); 57 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);
59 return $key; 58 return $key;