feat:file proxy
This commit is contained in:
parent
57644df736
commit
fab1df64ff
@ -219,9 +219,7 @@ public class ProxyService {
|
|||||||
imageStorage.setFileContent(transformToBase64(bytes));
|
imageStorage.setFileContent(transformToBase64(bytes));
|
||||||
|
|
||||||
imageService.saveImage(realPath, imageStorage);
|
imageService.saveImage(realPath, imageStorage);
|
||||||
String convertFileUrl = doConvertFileUrl(realPath);
|
return realPath;
|
||||||
log.info("convertFileUrl: {}", convertFileUrl);
|
|
||||||
return convertFileUrl;
|
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user