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