无关风月
2024-08-19 5a22de857470ed18e993260e2cf3a38a1a43de7e
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/CouponFallbackFactory.java
@@ -25,7 +25,7 @@
      return new CouponClient() {
         
         @Override
         public R<TCoupon> getCouponById(Integer id) {
         public R<TCoupon> getCouponById1(Integer id) {
            return R.fail("根据id获取优惠券信息失败:" + throwable.getMessage());
         }
      };