index.js 984 B

1
  1. "use strict";let e=(new(require("../common/request.js").Request)).http;exports.getChineseMedicineById=function(t){return e("/app/index/getChineseMedicineById",t,"GET")},exports.getChineseMedicineList=function(t){return e("/app/index/getChineseMedicineList",t,"GET")},exports.getFamousPrescribeById=function(t){return e("/app/index/getFamousPrescribeById",t,"GET")},exports.getFamousPrescribeList=function(t){return e("/app/index/getFamousPrescribeList",t,"GET")},exports.getMedicatedFoodById=function(t){return e("/app/index/getMedicatedFoodById",t,"GET")},exports.getMedicatedFoodList=function(t){return e("/app/index/getMedicatedFoodList",t,"GET")},exports.getQuestionsById=function(t){return e("/app/index/getQuestionsById",t,"GET")},exports.getQuestionsList=function(t){return e("/app/index/getQuestionsList",t,"GET")},exports.getVesselById=function(t){return e("/app/index/getVesselById",t,"GET")},exports.getVesselList=function(t){return e("/app/index/getVesselList",t,"GET")};