jiangping
2024-08-26 e23a1db0b60437f17d09d65c65f8fd0c8a5d88c7
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
  })
}