Pu Zhibing
2025-04-11 f62b8d5fc74db2391c7769e024e65c2bb51ac6bc
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/CouponInfoClient.java
@@ -25,4 +25,13 @@
    */
   @PostMapping("/coupon-info/getCouponInfoList")
   R<List<CouponInfo>> getCouponInfoList(@RequestParam("ids") List<Integer> ids);
   /**
    * 根据类型获取有效优惠券列表
    * @param personType
    * @return
    */
   @PostMapping("/coupon-info/getCouponInfoByPersonType")
   R<List<CouponInfo>> getCouponInfoByPersonType(@RequestParam("personType") Integer personType);
}