luofl
2025-03-06 2ed6444f45d227e2acc6de65c3e8b582440fb83a
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/CouponInfoClientFallbackFactory.java
@@ -19,6 +19,11 @@
         public R<List<CouponInfo>> getCouponInfoList(List<Integer> ids) {
            return R.fail("根据id集合获取优惠券数据失败:" + cause.getMessage());
         }
         @Override
         public R<List<CouponInfo>> getCouponInfoByPersonType(Integer personType) {
            return R.fail("根据类型获取有效优惠券列表失败:" + cause.getMessage());
         }
      };
   }
}