xuhy
2024-08-22 d2296f646d0eb2dec1f0fa72f02e386e55ccf298
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());
         }
      };