From c8cef398fbf1f9b63dbf23637ef520b421515dc9 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 20 十一月 2025 10:13:08 +0800
Subject: [PATCH] 领劵中心修改显示,售后修改银行信息非必填
---
api/goods.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/api/goods.js b/api/goods.js
index e769eb5..65a2eaa 100644
--- a/api/goods.js
+++ b/api/goods.js
@@ -14,6 +14,12 @@
method: Method.GET,
});
}
+export function getBannerList(goodsId) {
+ return http.request({
+ url: `/goods/goods/getBannerList`,
+ method: Method.GET,
+ });
+}
/**
* 浠嶦S涓幏鍙栫浉鍏冲晢鍝佸搧鐗屽悕绉帮紝鍒嗙被鍚嶇О鍙婂睘鎬�
@@ -352,3 +358,14 @@
})
}
+/**
+ * 鏍规嵁skuid鑾峰彇妯℃澘
+ */
+export function getTemplate(skuId) {
+ return http.request({
+ url: `/store/store/getTemplate/${skuId}`,
+ method: Method.GET,
+
+ })
+}
+
--
Gitblit v1.8.0