创建音视频房间

This commit is contained in:
zoujiandong
2024-02-02 15:16:41 +08:00
parent 9454892400
commit 6c0d9d2c90
3 changed files with 20 additions and 12 deletions
+6 -1
View File
@@ -968,7 +968,12 @@ postServiceConfig(params) {//新增医生问诊配置-服务设置
method: 'GET'
})
}
geRoomId() {//创建音视频房间
return this.request({
url: `${this.baseUrl}/doctor/inquiry/video/room`,
method: 'GET'
})
}
}