Pu Zhibing
2024-11-29 d2542a6123fa6834e01ed3af23c7ba0a02696bc6
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/factory/AppUserClientFallbackFactory.java
@@ -31,6 +31,12 @@
            throw new RuntimeException("编辑用户信息失败");
         }
         @Override
         public R<Long> getCouponCount(Long userId, Long couponId) {
            log.error("获取优惠券数量失败:{}", cause.getMessage());
            throw new RuntimeException("获取优惠券数量失败");
         }
      };
   }
}