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