From 3ffc77d1b9764a0023dd89722b6aa31a87ac8916 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 05 Jan 2023 17:36:38 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
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