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