From 85874a6cb16fa71f6c2f1cf1e9dea2fb89783313 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 21 Apr 2023 16:32:44 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/api/dept/index.js | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 5a47a97..6e09ad7 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -147,7 +147,28 @@
export const getSearchExtensivelyBgAoiDeepdata = (ak, region, ids, infos) => {
return request({
url: '/zhs/bs/search',
- // url: '/data/jingzuo.json',
+ // url: '/data/汇成观邸.json',
+ method: 'get',
+ // requestBaseUrl: 'fengtDS',
+ params: {
+ ak,
+ region,
+ ids,
+ infos,
+ }
+ })
+}
+
+/**
+ * 大搜-户室
+ * @param {*} adcode
+ * @returns
+ */
+export const getSearchExtensivelyHousesdata = (ak, region, ids, infos) => {
+ return request({
+ // url: '/zhs/bs/search',
+ url: '/data/汇成观邸-户室.json',
+ // url: '/data/阳光小区独栋.json',
method: 'get',
requestBaseUrl: 'fengtDS',
params: {
--
Gitblit v1.9.3