Feat(民宿&节日&尖货专题页):使用模板配置渲染
This commit is contained in:
@@ -78,6 +78,10 @@ export function getHomestay(id) {
|
||||
return request.get(`/contentHomestay/${id}`, {}, {login: false})
|
||||
}
|
||||
|
||||
export function getHomestayV2(id) {
|
||||
return request.get(`/contentHomestay/v2/${id}`, {}, {login: false})
|
||||
}
|
||||
|
||||
/**
|
||||
* 节日专题
|
||||
* */
|
||||
@@ -85,6 +89,10 @@ export function getFestival() {
|
||||
return request.get('/contentFestival', {}, {login: false})
|
||||
}
|
||||
|
||||
export function getFestivalV2() {
|
||||
return request.get('/contentFestival/v2', {}, {login: false})
|
||||
}
|
||||
|
||||
/**
|
||||
* 尖货专题
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user