From 7319260f31c9a593418ff17b1ca42e0822c3c4eb Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 10 Jan 2024 22:07:04 +0800 Subject: [PATCH] 改正授权码md5加密 bgm链接修改 允许后置日期提交 简介提交支持 --- 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