From 8ab31157536e116dba27e942a05a20e3caaa4812 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 28 八月 2024 09:22:52 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

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

diff --git a/h5/api/meeting.js b/h5/api/meeting.js
index 29ba261..c9f6413 100644
--- a/h5/api/meeting.js
+++ b/h5/api/meeting.js
@@ -83,7 +83,15 @@
 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
   })
 }

--
Gitblit v1.9.3