Feat(时令尝鲜):接口对接
This commit is contained in:
+2
-2
@@ -46,7 +46,7 @@ export function getStoryDetail(id) {
|
||||
* 时令尝鲜首页
|
||||
* */
|
||||
export function seasonHomeData() {
|
||||
return request.get("/seasonalFood/index", {}, {login: true})
|
||||
return request.get("/seasonalFood/index", {}, {login: false})
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -57,7 +57,7 @@ export function getSeason(id) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 时令尝鲜
|
||||
* 时令尝鲜海报
|
||||
* */
|
||||
export function getSeasonPoster(id) {
|
||||
return request.get("/seasonalFood/poster/" + id, {}, {login: true})
|
||||
|
||||
Reference in New Issue
Block a user