From 00e46dcc41d259b33e6c6c9771b7e2fe2ab95401 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 04 Aug 2022 18:45:58 +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