From 398b305c376113834ee8043ed7b9ef3f5bb22de0 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 31 Oct 2025 11:43:33 +0800
Subject: [PATCH] feat: 国土空间

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

diff --git a/src/api/layer/index.js b/src/api/layer/index.js
index 158c108..27a3fd2 100644
--- a/src/api/layer/index.js
+++ b/src/api/layer/index.js
@@ -6,6 +6,19 @@
     params,
   });
 };
+
+
+export const spatialPlanningApi = data => {
+  return request({
+    url: `/drone-device-core/layer/api/v1/spatialPlanning`,
+    method: 'post',
+    data,
+  });
+};
+
+
+
+
 //   电子围栏
 //   编辑
 export const deitFenceApi = data => {

--
Gitblit v1.9.3