git 修复
This commit is contained in:
@@ -1005,6 +1005,12 @@ postServiceConfig(params) {//新增医生问诊配置-服务设置
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
getDoctorService(params){//获取开通服务
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/doctor/inquiry/service/${params}`,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
getOpen(params){//获取医生问诊服务开启状态
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/doctor/inquiry/config/open`,
|
||||
|
||||
Reference in New Issue
Block a user