接口对接
This commit is contained in:
		
							parent
							
								
									ade27e8adf
								
							
						
					
					
						commit
						11ddf2a511
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue