From deeb762c202ed7d2eee2c9e0558e5f2ab466eec1 Mon Sep 17 00:00:00 2001
From: liuleilei <234@qq.com>
Date: 星期六, 08 二月 2025 11:22:58 +0800
Subject: [PATCH] 主播端商品列表代码优化
---
platform/src/api/system/common.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/platform/src/api/system/common.js b/platform/src/api/system/common.js
index 938f726..a7966ee 100644
--- a/platform/src/api/system/common.js
+++ b/platform/src/api/system/common.js
@@ -36,6 +36,10 @@
export function category (data) {
return request.post('/business/category/list', data)
}
+// 绫诲埆鍒楄〃鏌ヨ
+export function baseCategory (data) {
+ return request.post('/business/baseCategory/findList', data)
+}
// 瀵煎叆妯℃澘
export function importExcel (data) {
--
Gitblit v1.9.3