From cde69bd6e9ce00b22df3690d85ea295459e3b168 Mon Sep 17 00:00:00 2001 From: zhanglin <852614290@qq.com> Date: 星期四, 20 七月 2023 23:50:38 +0800 Subject: [PATCH] 微信支付封装 --- ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java index b7ff46a..6eec4a0 100644 --- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java +++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java @@ -128,6 +128,16 @@ return R.fail("获取核销奖品信息失败:" + throwable.getMessage()); } + @Override + public R signShare(IntegralChangeDto integralChangeDto) { + return R.fail("积分变动失败:" + throwable.getMessage()); + } + + @Override + public R<Integer> getAreaNewMember(List<Long> shopIdList) { + return null; + } + }; } -- Gitblit v1.7.1