From 8e3d50aaa6ac9055a5832503c54651f140f030f1 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期二, 01 七月 2025 09:59:32 +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 f78331b..9be611c 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
@@ -176,6 +176,16 @@
             public R saveMemberGiftRecord(MemberGiftRecord memberGiftRecord) {
                 return R.fail("添加奖品数据失败:" + throwable.getMessage());
             }
+    
+            @Override
+            public R editMember(Member member) {
+                return R.fail("修改会员失败:" + throwable.getMessage());
+            }
+    
+            @Override
+            public String getWeiXinQrCode(String scene, String path) {
+                return null;
+            }
         };
     }
 }

--
Gitblit v1.7.1