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:
zzyuan 2025-06-20 10:33:21 +08:00
commit 4b1eb9b927
1 changed files with 8 additions and 8 deletions

View File

@ -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",