From 25ee0fc249a081bb7bc4b485708c3e1afd3b07d1 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 18 九月 2025 14:13:17 +0800 Subject: [PATCH] 商品兑换卷调整以及绑定电话号码调整 --- api/goods.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/api/goods.js b/api/goods.js index e769eb5..b0a0f5b 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涓幏鍙栫浉鍏冲晢鍝佸搧鐗屽悕绉帮紝鍒嗙被鍚嶇О鍙婂睘鎬� -- Gitblit v1.8.0