doctor.js 596 B

1
  1. "use strict";let t=(new(require("../common/request.js").Request)).http;exports.checkFollow=function(o){return t("/app/doctor/checkFollow",o,"GET")},exports.doFollow=function(o){return t("/app/doctor/doFollow",o,"POST","application/json;charset=UTF-8")},exports.getDoctorDetails=function(o){return t("/app/doctor/getDoctorDetails",o,"GET")},exports.getDoctorList=function(o){return t("/app/doctor/getDoctorList",o,"GET")},exports.getDoctorPingList=function(o){return t("/app/doctor/getDoctorPingList",o,"GET")},exports.getMyDoctorList=function(o){return t("/app/doctor/getMyDoctorList",o,"GET")};