minio上传base64 log补充信息

This commit is contained in:
litianxiang
2025-11-14 15:57:49 +08:00
parent 8c98f91445
commit 1d4017bafd

View File

@@ -519,6 +519,7 @@ public class MinioUtil {
return bucketName + "/" + fileName;
} catch (Exception e) {
log.info("base64上传minio失败:{}",e.getMessage());
log.error(e.getMessage());
return null; // or throw an exception
}