From 09132fa0cc6f9d9dba97e12b50700c2ef51a0b6e Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 11:30:31 +0800
Subject: [PATCH] 月台屏

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

diff --git a/h5/api/driver.js b/h5/api/driver.js
index 22aaa04..f0c8f77 100644
--- a/h5/api/driver.js
+++ b/h5/api/driver.js
@@ -112,4 +112,12 @@
     method: 'post',
     data
   })
+}
+//  wms杩愬崟璇︽儏
+export const wmsJobDetail = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/web/driverPlatform/wmsJobDetail',
+    method: 'get',
+    data
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3