puzhibing
2025-01-13 acccff9860b271d55c55dc87486f7c20b9896e6c
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());
         }
      };
   }
}