From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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