无关风月
2025-01-11 8093bf217b5dbe59a5703b013f3fc79ed0d4fc36
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());
         }
      };
   }
}