From e45377e8f94faf25a98b9e5a645055b5fade4818 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 14 Jul 2022 15:52:29 +0800
Subject: [PATCH] 邮件回复样式更新

---
 src/api/blogArticleComment.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/blogArticleComment.js b/src/api/blogArticleComment.js
index 7930b70..b6c64aa 100644
--- a/src/api/blogArticleComment.js
+++ b/src/api/blogArticleComment.js
@@ -26,3 +26,11 @@
 		params: parameter
 	})
 }
+
+export function queryBlogCommentSubList(parameter) {
+	return axios({
+		url: '/outside/blogComment/queryBlogCommentSubList',
+		method: 'get',
+		params: parameter
+	})
+}

--
Gitblit v1.9.1