zhibing.pu
2024-08-19 b9522d131e168a92c88f23e2c0a3a2df079926b4
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());
         }
      };