From f941f89adf8c6e6580dfc018520c37de12ca9c4c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 29 Jan 2026 17:33:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
uniapps/work-wx/src/api/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/uniapps/work-wx/src/api/index.js b/uniapps/work-wx/src/api/index.js
index ef3f6d0..98c7a21 100644
--- a/uniapps/work-wx/src/api/index.js
+++ b/uniapps/work-wx/src/api/index.js
@@ -175,6 +175,14 @@
})
}
+// 无人机起飞状态
+export const flyActivityTakeoffStatusApi = () => {
+ return request({
+ url: `/system/dict/data/type/fly_activity_takeoff_status`,
+ method: 'get'
+ })
+}
+
// 无人机厂商
export const manufacturerInfoApi = data => {
return request({
--
Gitblit v1.9.3