feat:file proxy
This commit is contained in:
parent
57644df736
commit
fab1df64ff
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user