inleft
2022-05-26 deef42a3596beb86ff7b74653501d4e751a33984
src/api/blogStatistics.js
@@ -27,3 +27,11 @@
      method: 'get',
   })
}
export function archiveGroup(parameter) {
   return axios({
      url: '/outside/blog/archiveGroup',
      method: 'get',
      params: parameter
   })
}