ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteFileFallbackFactory.java
@@ -36,6 +36,13 @@ public R<String> getAppOrderTotal(CodeGetDto codeGetDto) { return R.fail("获取二维码失败:" + throwable.getMessage()); } @Override public R<String> uploadOSS(MultipartFile file) { return R.fail("上传OSS失败:" + throwable.getMessage()); } }; } }