作者 lyh

gx

@@ -55,7 +55,7 @@ class CosService @@ -55,7 +55,7 @@ class CosService
55 } 55 }
56 // 上传文件 56 // 上传文件
57 $res = $cosClient->putObject($options); 57 $res = $cosClient->putObject($options);
58 - @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($options, true) . PHP_EOL, FILE_APPEND);
59 return $key; 59 return $key;
60 } 60 }
61 61