From f67945d53b20f6a45ae50b27d74c966eb1355bb4 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 16 十一月 2025 22:53:54 +0800
Subject: [PATCH] feat: 增加分段GPS计算行程距离

---
 app/api/task.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/app/api/task.js b/app/api/task.js
index f43e912..3121d97 100644
--- a/app/api/task.js
+++ b/app/api/task.js
@@ -141,3 +141,11 @@
     method: 'get'
   })
 }
+
+// 妫�鏌ヨ溅杈嗘槸鍚︽湁姝e湪杩涜涓殑浠诲姟
+export function checkVehicleActiveTasks(vehicleId) {
+  return request({
+    url: '/task/vehicle/' + vehicleId + '/active',
+    method: 'get'
+  })
+}

--
Gitblit v1.9.1