"use strict";var n=require("../common/request.js");let e=new n.Request().http;function i(t){return e("/app/common/getCitys",t,"GET")}function o(t){return e("/app/common/getTlsSig",t,"GET")}function g(t){return e("/app/common/getDictByKey",t,"GET")}function r(t){return e("/app/common/getConfigByKey",t,"GET")}function s(t){return e("/app/common/getHospitalList",t,"GET")}function m(t){return e("/app/common/getDepartmentList",t,"GET")}exports.getCitys=i;exports.getConfigByKey=r;exports.getDepartmentList=m;exports.getDictByKey=g;exports.getHospitalList=s;exports.getTlsSig=o;