inleft
2022-08-19 8ec9c517c58b70918f2d72f2bfa6ab4b0a4145f9
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
   })
}