ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/factory/AppUserClientFallbackFactory.java
@@ -43,7 +43,6 @@ throw new RuntimeException("获取优惠券数量失败"); } @GetMapping("/appUserShop/shop/{userId}") @Override public R<List<AppUserShop>> getAppUserShop(Long userId) { log.error("获取用户门店信息失败:{}", cause.getMessage()); @@ -133,6 +132,7 @@ public R clearBindShop(Integer shopId) { return R.fail("清空绑定门店的用户门店数据失败:" + cause.getMessage()); } }; } }