liujie
6 天以前 0156b6db1248403e43f58abc314e2bc5abccb267
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/VipFallbackFactory.java
@@ -34,7 +34,7 @@
            }
            @Override
            public R<TVip> getInfo(Integer type) {
                return null;
                return R.fail("获取数据失败:" + throwable.getMessage());
            }
            @Override
@@ -54,7 +54,7 @@
            @Override
            public R<List<TVip>> getAllVip() {
                return null;
                return R.fail("获取数据失败:" + throwable.getMessage());
            }
        };
    }