Authored by TaoHuang

add cache

@@ -78,6 +78,7 @@ module.exports = { @@ -78,6 +78,7 @@ module.exports = {
78 }, 78 },
79 '/api/guang/article/content': { 79 '/api/guang/article/content': {
80 service: true, 80 service: true,
  81 + cache: true,
81 api: URI_PACKAGE_ARTICLE, 82 api: URI_PACKAGE_ARTICLE,
82 path: 'getArticleContent', 83 path: 'getArticleContent',
83 params: { 84 params: {