"use strict";let e=(new(require("../common/request.js").Request)).http;exports.getDiseaseById=function(s){return e("/app/disease/getDiseaseById",s,"GET")},exports.getDiseaseList=function(s){return e("/app/disease/getDiseaseList",s,"GET")};