无关风月
2025-03-19 558cac7d48cf6c9b374c1f3a5e5797007f7c4b85
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/VipFallbackFactory.java
@@ -51,6 +51,11 @@
            public R<TVip> getInfo1(Integer id) {
                return R.fail("根据会员id 获取会员信息:" + throwable.getMessage());
            }
            @Override
            public R<List<TVip>> getAllVip() {
                return null;
            }
        };
    }
}