From 5a38406dd068373e9d76757dac61d3e62531516c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 02 Feb 2026 14:19:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
uniapps/work-wx/src/api/index.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/uniapps/work-wx/src/api/index.js b/uniapps/work-wx/src/api/index.js
index 98c7a21..b577013 100644
--- a/uniapps/work-wx/src/api/index.js
+++ b/uniapps/work-wx/src/api/index.js
@@ -61,6 +61,22 @@
method: 'get'
})
}
+export const takeoffOperationApi = data => {
+ return request({
+ url: `/webservice/flightPlan/takeoffOperation`,
+ method: 'post',
+ data,
+ })
+}
+
+export const flightApprovalApi = data => {
+ return request({
+ url: `/webservice/flightPlan/flightApproval`,
+ method: 'post',
+ data,
+ })
+}
+
// 航空器注册
export const aircraftInfoSaveApi = data => {
--
Gitblit v1.9.3