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) {
|
export function getSettingListApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/basic_setting/list',
|
url: '/smart-canteen/kitchen_setting/list',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -17,7 +17,7 @@ import request from '@/utils/request'
|
||||||
// 编辑基础参数
|
// 编辑基础参数
|
||||||
export function batchEditSettingApi(data) {
|
export function batchEditSettingApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/basic_setting/batchEdit',
|
url: '/smart-canteen/kitchen_setting/batchEdit',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -29,7 +29,7 @@ import request from '@/utils/request'
|
||||||
// 重置基础参数
|
// 重置基础参数
|
||||||
export function batchResetSettingApi(data) {
|
export function batchResetSettingApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/basic_setting/batchToDefault',
|
url: '/smart-canteen/kitchen_setting/batchToDefault',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue