common.js 552 B

1
  1. "use strict";let t=(new(require("../common/request.js").Request)).http;exports.getCitys=function(e){return t("/app/common/getCitys",e,"GET")},exports.getConfigByKey=function(e){return t("/app/common/getConfigByKey",e,"GET")},exports.getDepartmentList=function(e){return t("/app/common/getDepartmentList",e,"GET")},exports.getDictByKey=function(e){return t("/app/common/getDictByKey",e,"GET")},exports.getHospitalList=function(e){return t("/app/common/getHospitalList",e,"GET")},exports.getTlsSig=function(e){return t("/app/common/getTlsSig",e,"GET")};