|
@ -165,6 +165,10 @@
|
|
|
selectByGuidance: function(data){
|
|
|
return httpRequest.get("doctor/specialist/rehabilitation/selectByGuidance", {data: data})
|
|
|
},
|
|
|
// 远程协诊
|
|
|
appointmentConsultation: function(data){
|
|
|
return httpRequest.get("doctor/specialist/rehabilitation/appointmentConsultation", {data: data})
|
|
|
},
|
|
|
}
|
|
|
exports.rehaAPI = rehaAPI;
|
|
|
})(window)
|