This commit is contained in:
zoujiandong 2024-02-02 15:24:25 +08:00
parent 6c0d9d2c90
commit 238087412a

View File

@ -968,10 +968,13 @@ postServiceConfig(params) {//新增医生问诊配置-服务设置
method: 'GET'
})
}
geRoomId() {//创建音视频房间
geRoomId(data) {//创建音视频房间
return this.request({
url: `${this.baseUrl}/doctor/inquiry/video/room`,
method: 'GET'
method: 'POST',
data: {
...params
}
})
}