From df6433d6a5d11235a34362a8506196b337cccd48 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 28 八月 2024 15:32:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
 h5/api/driver.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/h5/api/driver.js b/h5/api/driver.js
index 5c9bd7f..99bc2ca 100644
--- a/h5/api/driver.js
+++ b/h5/api/driver.js
@@ -49,6 +49,14 @@
     data
   })
 }
+// 鐗╂祦杞﹂绾︿慨鏀�
+export const driverCarApplyEdit = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/web/driverPlatform/applyEdit',
+    method: 'post',
+    data
+  })
+}
 // 鐗╂祦杞︽挙閿�
 export const driverCarRevoke= (data) => {
   return http({
@@ -72,4 +80,20 @@
     method: 'get',
     data
   })
+}
+// 鏈堝彴 鎺掗槦鎯呭喌
+export const driverLineUpDetail = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/web/driverPlatform/lineUpDetail',
+    method: 'post',
+    data
+  })
+}
+// 鏈堝彴 浠诲姟璇︽儏
+export const driverTaskJobDetail = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/web/driverPlatform/jobDetail',
+    method: 'post',
+    data
+  })
 }
\ No newline at end of file
--
Gitblit v1.9.3