(function(exports) { var recordAPI = { //咨询 consultList: function(data) { return httpRequest.post("doctor/consult/list_by_team", {data: data}) } } exports.recordAPI = recordAPI; })(window)