luofl
2025-02-24 8acc98732aba58ad5c710f92d72e6fa5bf888d11
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());
         }
      };
   }
}