Merge branch 'bonus-jyy-smart-canteen' of http://192.168.0.75:3000/bonus/bonus-ui into bonus-jyy-smart-canteen
This commit is contained in:
		
						commit
						4b1eb9b927
					
				| 
						 | 
				
			
			@ -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