From d72cdefc313e6000c5f7f0ad37686fb63a7fbdbe Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 10 七月 2024 16:53:04 +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