问题修改
This commit is contained in:
parent
240c71b511
commit
7ca851d726
|
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue