"use strict";let t=(new(require("../common/request.js").Request)).http;exports.getHospitalById=function(e){return t("/app/hospital/getHospitalById",e,"GET")},exports.getHospitalList=function(e){return t("/app/hospital/getHospitalList",e,"GET")};