eight
2024-09-02 c37525b62146fce9c2af0d34237686c3bc1636d9
src/api/ecg/room/index.ts
@@ -61,5 +61,21 @@
  //
  resetRoom: async () => {
    return await request.get({ url: `/clinic/room/reset-room` })
  },
  //
  getOpeningFlag: async () => {
    return await request.get({ url: `/clinic/room/get-opening-flag` })
  },
  // 手动开诊
  startBiz: async () => {
    return await request.get({ url: `/clinic/room/start-biz` })
  },
  // 手动闭诊
  closeBiz: async () => {
    return await request.get({ url: `/clinic/room/close-biz` })
  }
}