inleft
2024-01-10 7319260f31c9a593418ff17b1ca42e0822c3c4eb
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
   })
}