From 933098a9244860d4b9f2f74f492741ce57293760 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 12 Nov 2025 20:19:21 +0800
Subject: [PATCH] feat:提交返航高度对比

---
 src/api/tickets/orderLog.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/tickets/orderLog.js b/src/api/tickets/orderLog.js
index 4f496c2..2179bc6 100644
--- a/src/api/tickets/orderLog.js
+++ b/src/api/tickets/orderLog.js
@@ -86,6 +86,15 @@
   });
 };
 
+// 获取返航最高 高度
+export const getWaylineMaxTerrainHeight = data => {
+	return request({
+		url: `/drone-odm/odmTaskInfo/odmTaskInfo/getWaylineMaxTerrainHeight`,
+		method: 'post',
+		data,
+	})
+}
+
 
 
 

--
Gitblit v1.9.3