接口对接
This commit is contained in:
parent
ade27e8adf
commit
11ddf2a511
|
|
@ -40,15 +40,11 @@ export function getmkteffectiveApi(data) {
|
||||||
export function getDishesByTypePageApi(data) {
|
export function getDishesByTypePageApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/cook_dishes/list',
|
url: '/smart-canteen/cook_dishes/list',
|
||||||
method: 'post',
|
method: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data: data,
|
params: data
|
||||||
params:{
|
|
||||||
pageNum:data.pageNum,
|
|
||||||
pageSize:data.pageSize
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue