luodangjia
2025-01-13 976a372f42b438edd8465a66e084b36deef38500
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());
         }
      };
   }
}