问题修改

This commit is contained in:
zzyuan 2025-05-09 15:54:43 +08:00
parent 240c71b511
commit 7ca851d726
1 changed files with 0 additions and 33 deletions

View File

@ -1,38 +1,5 @@
import request from '@/utils/request'
// 订单状态
export function orderStateListApi(data) {
return request({
url: '/smart-canteen/api/v2/order/enums/state-mix-list',
method: 'post',
headers: {
"merchant-id":"378915229716713472",
},
data: data
})
}
// 订单支付状态
export function orderPayAllTypeApi(data) {
return request({
url: '/smart-canteen/api/v2/pay/all/type',
method: 'get',
headers: {
"merchant-id":"378915229716713472",
},
params: data
})
}
// 核身方式
export function orderNuclearModeListApi(data) {
return request({
url: '/smart-canteen/api/v2/order/enums/nuclear/mode-list',
method: 'post',
headers: {
"merchant-id":"378915229716713472",
},
data: data
})
}