Skip to content

撤销租借订单

前置条件:订单创建后,调用完结租借订单接口前。调用完结租借订单接口后不可调用该接口。 官方文档

js
wxpay
.
v2
.
wxv
.
cancelbill
.
post
({
version
,
appid
,
mch_id
,
nonce_str
,
sign_type
,
out_order_no
,
reason
,
service_id
,
}, {
security
})
.
then
(
({
data
: {
return_code
,
return_msg
,
order_id
,
}, }) => ({
return_code
,
return_msg
,
order_id
,
}) )

Released under the MIT License. (SITEMAP)