接口对接

This commit is contained in:
zzyuan 2025-05-28 16:55:54 +08:00
parent ade27e8adf
commit 11ddf2a511
1 changed files with 2 additions and 6 deletions

View File

@ -40,15 +40,11 @@ export function getmkteffectiveApi(data) {
export function getDishesByTypePageApi(data) {
return request({
url: '/smart-canteen/cook_dishes/list',
method: 'post',
method: 'get',
headers: {
"merchant-id":"378915229716713472",
},
data: data,
params:{
pageNum:data.pageNum,
pageSize:data.pageSize
}
params: data
})
}