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/meeting.js |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/h5/api/meeting.js b/h5/api/meeting.js
index 29ba261..0eed5fb 100644
--- a/h5/api/meeting.js
+++ b/h5/api/meeting.js
@@ -83,7 +83,31 @@
 export const cancelById = (data) => {
   return http({
     url: 'meetingAdmin/cloudService/business/meeting/reservationCancel',
-    method: 'get',
+    method: 'post',
+    data
+  })
+}
+// 浼氳瀹� 缁撴潫
+export const closeMeetignById = (data) => {
+  return http({
+    url: 'meetingAdmin/cloudService/business/meeting/reservationOver',
+    method: 'post',
+    data
+  })
+}
+// 浼氳瀹� 寮�濮�
+export const startMeetignById = (data) => {
+  return http({
+    url: 'meetingAdmin/cloudService/web/meeting/start',
+    method: 'post',
+    data
+  })
+}
+// 浼氳瀹� 鎻愬墠寮�濮�
+export const startEarlyMeetignById = (data) => {
+  return http({
+    url: 'meetingAdmin/cloudService/web/meeting/startEarly',
+    method: 'post',
     data
   })
 }

--
Gitblit v1.9.3