From aea82fc6285fd37a33e0efd6cd0e5089dfa32faf Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 01 九月 2025 22:05:58 +0800
Subject: [PATCH] Merge branch 'dev_fix_sub' of http://42.193.1.25:9521/r/lmk-shop-wx into dev_fix_sub

---
 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