修改取消支付报错的bug
This commit is contained in:
parent
c642678502
commit
fd29fc9b20
@ -20,4 +20,5 @@ export const apiArr = {
|
|||||||
mergePreorder: '/api/v2/wechat/commodity/order/preorder', // 商品订单合并预下单
|
mergePreorder: '/api/v2/wechat/commodity/order/preorder', // 商品订单合并预下单
|
||||||
|
|
||||||
goodsSearch: '/api/v2/wechat/commodity/search', // 商品搜索
|
goodsSearch: '/api/v2/wechat/commodity/search', // 商品搜索
|
||||||
|
cancelPay: '/api/v2/wechat/commodity/order/cancel_pay', // 用户取消支付
|
||||||
}
|
}
|
||||||
@ -674,7 +674,7 @@ export default {
|
|||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
const params = {
|
const params = {
|
||||||
order_id: orderId,
|
order_ids: orderId,
|
||||||
}
|
}
|
||||||
request(apiArr.cancelPay, "POST", params).then(res => {
|
request(apiArr.cancelPay, "POST", params).then(res => {
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user