From a75b18a4157ab486e0b51c438ac165ab3a08e3e0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 18:10:00 +0800
Subject: [PATCH] 代码提交
---
admin/src/api/business/shop.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/shop.js b/admin/src/api/business/shop.js
index 5b73c37..5f25f0c 100644
--- a/admin/src/api/business/shop.js
+++ b/admin/src/api/business/shop.js
@@ -12,6 +12,11 @@
trim: true
})
}
+export function areaList (data) {
+ return request.post('/business/zhongtai/areaList',data, {
+ trim: true
+ })
+}
// 鏌ヨ
export function fetchList3 (data) {
return request.get(`/business/shop/tree`, {
@@ -24,6 +29,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