inleft
2022-03-03 0b0125884c449378a2e80f888a43a2d20974c8df
src/api/blogArticleComment.js
@@ -26,3 +26,11 @@
      params: parameter
   })
}
export function queryBlogCommentSubList(parameter) {
   return axios({
      url: '/outside/blogComment/queryBlogCommentSubList',
      method: 'get',
      params: parameter
   })
}