currentList接口从post改为get
This commit is contained in:
parent
b233cea4ed
commit
c406570d7a
|
|
@ -11,15 +11,12 @@ export function getDishInfoApi(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: 'post',
|
method: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
//"merchant-id":"378915229716713472",
|
//"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data: data,
|
// data: data,
|
||||||
params:{
|
params:data
|
||||||
pageNum:data.pageNum,
|
|
||||||
pageSize:data.pageSize
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
export function getCertificateListApi(data) {
|
export function getCertificateListApi(data) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue