From 2c62224302e67151a26c73cdcb9b6421dc4dcc62 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 28 八月 2024 09:22:52 +0800
Subject: [PATCH] ll

---
 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