From 44f03cfdde28cff51032c205fa343a606c4a71cc Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 27 九月 2025 16:08:43 +0800
Subject: [PATCH] 店铺绑优惠卷
---
manager/src/api/promotion.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/manager/src/api/promotion.js b/manager/src/api/promotion.js
index 880ae64..82d6e29 100644
--- a/manager/src/api/promotion.js
+++ b/manager/src/api/promotion.js
@@ -280,4 +280,8 @@
// 鑾峰彇浼樻儬鍒搁鍙栬褰�
export const getCouponReceiveList = (params) => {
return getRequest("/promotion/coupon/received", params);
-};
\ No newline at end of file
+};
+
+export const queryExportCoupon = (params) =>{
+ return getRequest("/promotion/coupon/queryExportCoupon", params,'blob')
+}
--
Gitblit v1.8.0