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