inleft
2022-08-24 38a800ff006e7d90342ceb53ad547a8aaa2bd4d5
src/api/blogArticleComment.js
@@ -34,3 +34,11 @@
      params: parameter
   })
}
export function history(parameter) {
   return axios({
      url: '/outside/blogComment/history',
      method: 'get',
      params: parameter
   })
}