1
phpcjl
2024-12-18 83751617ac342e4168cb714106bc009e3f25f99c
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/GoodsClient.java
@@ -34,4 +34,7 @@
    */
   @PostMapping("/goods/getGoodsById")
   R<Goods> getGoodsById(@RequestParam("id") Integer id);
   @PostMapping("/goods/getGoodsByIds")
   R<List<Goods>> getGoodsById(@RequestParam("ids") String[]  ids);
}