From 4a981498f2885dd0573b89ce4d70e1826eea129a Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 26 Jan 2024 15:09:52 +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 759254e..1f35ad8 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -414,4 +414,16 @@
         method: 'get',
         params
     })
+}
+
+/**
+ * @description:小区商铺-详情
+ * @return {*}
+ */
+export const getBusinessDetail = (params) => {
+    return request({
+        url: `/api/blade-place/place/getDetail`,
+        method: 'get',
+        params
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3