ruoyi-oss/src/main/java/com/ruoyi/oss/service/impl/MinioCloudStorageStrategy.java
@@ -95,7 +95,7 @@ @Override public UploadResult uploadSuffix(byte[] data, String suffix, String contentType) { return upload(data, getPath("", suffix), contentType); return upload(data, getPath(properties.getPrefix(), suffix), contentType); } @Override