From 98e7655a3c6911df603b4f604eb82340d20dddcf Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 26 Jan 2024 11:02:14 +0800
Subject: [PATCH] 社区感知小区商铺数据改为调用单独接口
---
src/api/dept/index.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 6a32726..759254e 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -402,4 +402,16 @@
method: 'get',
params
})
+}
+
+/**
+ * @description:小区商铺
+ * @return {*}
+ */
+export const getBusinessList = (params) => {
+ return request({
+ url: `/api/blade-place/place/page`,
+ method: 'get',
+ params
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3