From 98d5b05329e3164359e5b9e75a482de4cb21e221 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期四, 16 一月 2025 16:29:02 +0800
Subject: [PATCH] 加密
---
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/CouponInfoClient.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/CouponInfoClient.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/CouponInfoClient.java
index 1b447e5..6d36de0 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/CouponInfoClient.java
+++ b/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);
}
--
Gitblit v1.7.1