From 4ae75a0339e6dd60a0cbe1c2fd4f3e85f06114f0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 14 Jan 2023 11:33:49 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/api/dept/index.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index f524721..57b2988 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -158,4 +158,18 @@
id
}
})
+}
+
+// 转id
+export const getAoiByBgId = (bg_id) => {
+ return request({
+ url: `/sf3d/area/getAoiByBgId`,
+ method: 'get',
+ requestBaseUrl: 'fengt',
+ params: {
+ bg_id,
+ adcode: 361102,
+ type: 0
+ }
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3