From baab15477c13b3eeb04784f784fcc5bac1c68393 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 12 七月 2024 18:35:39 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
admin/src/api/business/shop.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/shop.js b/admin/src/api/business/shop.js
index 5b73c37..4110833 100644
--- a/admin/src/api/business/shop.js
+++ b/admin/src/api/business/shop.js
@@ -24,6 +24,9 @@
export function importFcodeBatch (data) {
return request.post('/business/shop/importFcodeBatch', data)
}
+export function importCategoryBatch (data) {
+ return request.post('/business/shop/importCategoryBatch', data)
+}
// 瀵煎嚭Excel
export function exportExcel (data) {
return request.post('/business/shop/exportExcel', data, {
--
Gitblit v1.9.3