mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 15:43:49 +08:00
提交更改
This commit is contained in:
@@ -283,10 +283,11 @@ export const userin = (orderNumber,) => {
|
||||
|
||||
|
||||
//取消订单
|
||||
export const canceldanhao = (orderNumber) => {
|
||||
export const canceldanhao = (phoneNumber,orderNumber) => {
|
||||
var data = {
|
||||
|
||||
phoneNumber:phoneNumber,
|
||||
orderNumber:orderNumber,
|
||||
|
||||
}
|
||||
return fetch('cancelOrder/', data, 'POST' )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user