From 44bb470d516a33351675deaf2cf6113a5bf1af43 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 13 Jan 2023 17:51:45 +0800
Subject: [PATCH] 社区数据对接

---
 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