Pu Zhibing
2025-09-15 8b7f618676931027d1eba050e31543031ce84267
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());
            }
        };
    }
}