Pu Zhibing
2025-02-07 810d81a44d78bc3e7c42c2f116cc9968ab04baef
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/GoodsVipClient.java
@@ -22,5 +22,5 @@
    * @return
    */
   @PostMapping("/goods-vip/getGoodsVip")
   R<GoodsVip> getGoodsVip(@RequestParam("vip") Integer vip);
   R<GoodsVip> getGoodsVip(@RequestParam("goodsId") Integer goodsId, @RequestParam("vip") Integer vip);
}