post
This commit is contained in:
parent
6c0d9d2c90
commit
238087412a
@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user