2.23更新
This commit is contained in:
@@ -39,6 +39,9 @@ function fllowDoctor(id){
|
||||
function notfllowDoctor(id){
|
||||
return request('/patient/doctor/follow/'+id,'DELETE')
|
||||
}
|
||||
function getService(id){//获取医生开启的服务列表
|
||||
return request('/doctor/inquiry/service/'+id,'GET')
|
||||
}
|
||||
|
||||
module.exports={
|
||||
doctorList,
|
||||
@@ -53,6 +56,8 @@ module.exports={
|
||||
getCountry,
|
||||
commentList,
|
||||
fllowDoctor,
|
||||
notfllowDoctor
|
||||
notfllowDoctor,
|
||||
getService
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user