接口更改
This commit is contained in:
parent
b69fd56ced
commit
6495ac6626
|
|
@ -52,11 +52,15 @@ export function getDishesByTypePageApi(data) {
|
||||||
export function getCurrentRecipeListApi(data) {
|
export function getCurrentRecipeListApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/cook_recipe/currentList',
|
url: '/smart-canteen/cook_recipe/currentList',
|
||||||
method: 'get',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
params: data
|
data: data,
|
||||||
|
params:{
|
||||||
|
pageNum:data.pageNum,
|
||||||
|
pageSize:data.pageSize
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 获取所有菜谱-分页
|
// 获取所有菜谱-分页
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue