作者 lyh

gx

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