Browse Source

接口提交

zhangyanfang 5 năm trước cách đây
mục cha
commit
1acdd692e4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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)