From aebd7cdecc28da78b38faac9c92eca922eb9b2f3 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 05 Jan 2023 17:26:06 +0800
Subject: [PATCH] 社区感知数据对接和停车场等点击跳转

---
 src/api/dept/index.js |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 224595f..ae52282 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -128,3 +128,22 @@
         }
     })
 }
+
+/**
+ * 大搜-搜索停车场、出入口、商场
+ * @param {*} adcode
+ * @returns
+ */
+export const getSearchExtensivelyBgAoiDeepdata = (ak, region, ids, infos) => {
+    return request({
+        url: '/zhs/bs/search',
+        method: 'get',
+        requestBaseUrl: 'fengtDS',
+        params: {
+            ak,
+            region,
+            ids,
+            infos,
+        }
+    })
+}
\ No newline at end of file

--
Gitblit v1.9.3