Pu Zhibing
2025-01-15 17efd8f0d5008e2f0958df31042ed769776074d9
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsClientFallbackFactory.java
@@ -39,6 +39,16 @@
         public R editGoodsList(List<Goods> goods) {
            return R.fail("编辑商品信息失败:" + cause.getMessage());
         }
         @Override
         public R<Void> editGoodsNum(Integer goodsId, Integer num) {
            return R.fail();
         }
         @Override
         public R<List<Goods>> getAllGoods() {
            return R.fail("获取所有商品失败:" + cause.getMessage());
         }
      };
   }
}