Feat(首页):尖货专题对接完成
This commit is contained in:
@@ -85,6 +85,13 @@ export function getFestival() {
|
||||
return request.get('/contentFestival', {}, {login: false})
|
||||
}
|
||||
|
||||
/**
|
||||
* 尖货专题
|
||||
* */
|
||||
export function getContentBest(id) {
|
||||
return request.get(`/contentBest/${id}`, {}, {login: false})
|
||||
}
|
||||
|
||||
/*
|
||||
* 非遗文化
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user