code review:文章管理

(cherry picked from commit 99172ea088)
This commit is contained in:
YunaiV
2023-10-16 09:57:46 +08:00
committed by shizhong
parent 230d073fb8
commit f0542fef06
5 changed files with 10 additions and 117 deletions

View File

@ -37,8 +37,3 @@ export const updateArticleCategory = async (data: ArticleCategoryVO) => {
export const deleteArticleCategory = async (id: number) => {
return await request.delete({ url: `/promotion/article-category/delete?id=` + id })
}
// 导出文章分类 Excel
export const exportArticleCategory = async (params) => {
return await request.download({ url: `/promotion/article-category/export-excel`, params })
}