From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

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

diff --git a/h5/api/meeting.js b/h5/api/meeting.js
index 4f7a800..0eed5fb 100644
--- a/h5/api/meeting.js
+++ b/h5/api/meeting.js
@@ -48,6 +48,13 @@
     data
   })
 }
+// 浼氳瀹� h5璇︽儏
+export const getAppRoomDetail = (id) => {
+  return http({
+    url: 'meetingAdmin/cloudService/business/bookings/'+id,
+    method: 'get'
+  })
+}
 // 浼氳瀹� 绠$悊
 export const myMeetingPage = (data) => {
   return http({
@@ -56,3 +63,51 @@
     data
   })
 }
+// 浼氳瀹� 褰撴湀
+export const monthMeetingPage = (data) => {
+  return http({
+    url: 'meetingAdmin/cloudService/web/meeting/monthMeeting',
+    method: 'get',
+    data
+  })
+}
+// 浼氳瀹� 淇敼
+export const updateById = (data) => {
+  return http({
+    url: 'meetingAdmin/cloudService/business/rooms/updateById',
+    method: 'post',
+    data
+  })
+}
+// 浼氳瀹� 鎾ゅ洖
+export const cancelById = (data) => {
+  return http({
+    url: 'meetingAdmin/cloudService/business/meeting/reservationCancel',
+    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