doctorArticle.js 386 B

1
  1. "use strict";let t=(new(require("../common/request.js").Request)).http;exports.getDoctorArticleById=function(e){return t("/app/doctorArticle/getDoctorArticleById",e,"GET")},exports.getDoctorArticleCateList=function(e){return t("/app/doctorArticle/getDoctorArticleCateList",e,"GET")},exports.getDoctorArticleList=function(e){return t("/app/doctorArticle/getDoctorArticleList",e,"GET")};