(function(exports) { var homeAPI = { baseinfo: function(data) { return httpRequest.post("doctor/baseinfo", {data: data}) }, } exports.homeAPI = homeAPI; })(window)