From f975b6d0832b447654aaf2372ce72f71ebb7f095 Mon Sep 17 00:00:00 2001
From: chenye <chenye0811@qq.com>
Date: 星期二, 11 七月 2023 11:11:55 +0800
Subject: [PATCH] 1

---
 ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteShopFallbackFactory.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/RemoteShopFallbackFactory.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteShopFallbackFactory.java
index fd306fd..b012c43 100644
--- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteShopFallbackFactory.java
+++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteShopFallbackFactory.java
@@ -92,6 +92,16 @@
             public R<List<Long>> listShopIdByShopId(Long shopId) {
                 return R.fail("获取商户列表失败:" + throwable.getMessage());
             }
+
+            @Override
+            public R<Integer> getUnReplaySuggestVo() {
+                return null;
+            }
+
+            @Override
+            public R<Integer> getShopMarketingStatus(Long shopId) {
+                return null;
+            }
         };
     }
 }

--
Gitblit v1.7.1