作者 lyh

gx

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