Pu Zhibing
4 天以前 7151cc3d33133527c6d8219a4e0ad6fecd855782
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());
            }
        };
    }
}