luodangjia
2024-12-04 6a4a2a5b809a629f83d47116d24c35d440cba76f
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/factory/AppUserClientFallbackFactory.java
@@ -31,6 +31,19 @@
            throw new RuntimeException("编辑用户信息失败");
         }
         @Override
         public R<Long> getCouponCount(Long userId, Integer couponId) {
            log.error("获取优惠券数量失败:{}", cause.getMessage());
            throw new RuntimeException("获取优惠券数量失败");
         }
         @Override
         public R<Long> getVipCount(Long userId, Integer vipId) {
            log.error("获取直推会员数失败:{}", cause.getMessage());
            throw new RuntimeException("获取直推会员数失败");
         }
      };
   }
}