From 2faa6546a9f9ddb29f81cbc9770fc25b95703695 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:02:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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