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