From 8ec9c517c58b70918f2d72f2bfa6ab4b0a4145f9 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 19 Aug 2022 18:03:39 +0800 Subject: [PATCH] 局部细节调整 --- src/api/blogArticleComment.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/blogArticleComment.js b/src/api/blogArticleComment.js index 7930b70..c359f3d 100644 --- a/src/api/blogArticleComment.js +++ b/src/api/blogArticleComment.js @@ -26,3 +26,19 @@ params: parameter }) } + +export function queryBlogCommentSubList(parameter) { + return axios({ + url: '/outside/blogComment/queryBlogCommentSubList', + method: 'get', + params: parameter + }) +} + +export function history(parameter) { + return axios({ + url: '/outside/blogComment/history', + method: 'get', + params: parameter + }) +} -- Gitblit v1.9.1