Feat(首页):尖货专题对接完成

This commit is contained in:
lifizer
2024-08-02 23:21:02 +08:00
parent 52b75d0bd3
commit 39ae37b484
3 changed files with 82 additions and 29 deletions
+7
View File
@@ -85,6 +85,13 @@ export function getFestival() {
return request.get('/contentFestival', {}, {login: false})
}
/**
* 尖货专题
* */
export function getContentBest(id) {
return request.get(`/contentBest/${id}`, {}, {login: false})
}
/*
* 非遗文化
* */