From e39f5a3ee0bc2fec99f4fe23dedee5771847467c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 17 七月 2024 18:25:35 +0800
Subject: [PATCH] 提交

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