From 73af3ed9fbcc616cdecc739fc4307163c19c5764 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 07 六月 2024 14:35:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/h5/api/meeting.js b/h5/api/meeting.js
index 4f7a800..29ba261 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,27 @@
     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: 'get',
+    data
+  })
+}

--
Gitblit v1.9.3