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