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