Pu Zhibing
2024-11-29 d2542a6123fa6834e01ed3af23c7ba0a02696bc6
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/GoodsClient.java
@@ -26,4 +26,12 @@
   @PostMapping("/goods/getGoodsByType")
   R<List<Goods>> getGoodsByType(@RequestParam("type") Integer type);
   
   /**
    * 根据id获取商品详情
    * @param id
    * @return
    */
   @PostMapping("/goods/getGoodsById")
   R<Goods> getGoodsById(@RequestParam("id") Integer id);
}