From a529ff7c29ab498b35b0f57ae88bc1b2e4525919 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 07 Mar 2022 18:36:21 +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