Browse Source

接口提交

zhangyanfang 4 years ago
parent
commit
1acdd692e4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      api/rehabilitation-api.js

+ 4 - 0
api/rehabilitation-api.js

@ -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)