git 修复

This commit is contained in:
zoujiandong
2024-04-25 16:11:48 +08:00
parent 176d383cff
commit b1bfb01a39
4 changed files with 18 additions and 13 deletions
+6
View File
@@ -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`,