This commit is contained in:
zoujiandong 2024-02-02 15:25:10 +08:00
parent 238087412a
commit c007fc4fb7

View File

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