puzhibing
2 天以前 b83a7d0a9249e74ee337cc5ef2a97d1a100e08fe
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());
            }
        };
    }
}