"use strict";let t=(new(require("../common/request.js").Request)).http;exports.getArticleById=function(e){return t("/app/article/getArticleById",e,"GET")},exports.getArticleCateList=function(e){return t("/app/article/getArticleCateList",e,"GET")},exports.getArticleList=function(e){return t("/app/article/getArticleList",e,"GET")};