index.js 1021 B

1
  1. "use strict";var i=require("../common/request.js");let t=new i.Request().http;function s(e){return t("/app/index/getFamousPrescribeList",e,"GET")}function n(e){return t("/app/index/getFamousPrescribeById",e,"GET")}function d(e){return t("/app/index/getQuestionsList",e,"GET")}function r(e){return t("/app/index/getQuestionsById",e,"GET")}function o(e){return t("/app/index/getMedicatedFoodList",e,"GET")}function u(e){return t("/app/index/getMedicatedFoodById",e,"GET")}function c(e){return t("/app/index/getVesselList",e,"GET")}function g(e){return t("/app/index/getVesselById",e,"GET")}function a(e){return t("/app/index/getChineseMedicineList",e,"GET")}function p(e){return t("/app/index/getChineseMedicineById",e,"GET")}exports.getChineseMedicineById=p;exports.getChineseMedicineList=a;exports.getFamousPrescribeById=n;exports.getFamousPrescribeList=s;exports.getMedicatedFoodById=u;exports.getMedicatedFoodList=o;exports.getQuestionsById=r;exports.getQuestionsList=d;exports.getVesselById=g;exports.getVesselList=c;