厨房设置改表和接口
This commit is contained in:
		
							parent
							
								
									cc708e02ed
								
							
						
					
					
						commit
						d6dfbb33cf
					
				| 
						 | 
				
			
			@ -5,7 +5,7 @@ import request from '@/utils/request'
 | 
			
		|||
// 查询基础参数列表
 | 
			
		||||
  export function getSettingListApi(data) {
 | 
			
		||||
      return request({
 | 
			
		||||
        url: '/smart-canteen/basic_setting/list',
 | 
			
		||||
        url: '/smart-canteen/kitchen_setting/list',
 | 
			
		||||
        method: 'get',
 | 
			
		||||
        headers: {
 | 
			
		||||
            "merchant-id":"378915229716713472",
 | 
			
		||||
| 
						 | 
				
			
			@ -17,7 +17,7 @@ import request from '@/utils/request'
 | 
			
		|||
   // 编辑基础参数
 | 
			
		||||
    export function batchEditSettingApi(data) {
 | 
			
		||||
      return request({
 | 
			
		||||
        url: '/smart-canteen/basic_setting/batchEdit',
 | 
			
		||||
        url: '/smart-canteen/kitchen_setting/batchEdit',
 | 
			
		||||
        method: 'post',
 | 
			
		||||
        headers: {
 | 
			
		||||
            "merchant-id":"378915229716713472",
 | 
			
		||||
| 
						 | 
				
			
			@ -29,7 +29,7 @@ import request from '@/utils/request'
 | 
			
		|||
      // 重置基础参数
 | 
			
		||||
    export function batchResetSettingApi(data) {
 | 
			
		||||
      return request({
 | 
			
		||||
        url: '/smart-canteen/basic_setting/batchToDefault',
 | 
			
		||||
        url: '/smart-canteen/kitchen_setting/batchToDefault',
 | 
			
		||||
        method: 'post',
 | 
			
		||||
        headers: {
 | 
			
		||||
            "merchant-id":"378915229716713472",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue