feat:file proxy

This commit is contained in:
zzs 2024-10-18 09:54:34 +08:00
parent 57644df736
commit fab1df64ff

View File

@ -219,9 +219,7 @@ public class ProxyService {
imageStorage.setFileContent(transformToBase64(bytes));
imageService.saveImage(realPath, imageStorage);
String convertFileUrl = doConvertFileUrl(realPath);
log.info("convertFileUrl: {}", convertFileUrl);
return convertFileUrl;
return realPath;
}
return null;
}