收藏
回答

插件支付打开支付页后取消支付返回如何获取取消支付的回调?

https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/functional-pages/request-payment.html
用这种方式进行打开收银页返回后怎么获取取消支付回调?
wx.requestPluginPayment({
            fee,
            paymentArgs,
            currencyType,
            version,
            success(r) {
                console.log(r)
            },
            fail(e) {
                console.error(e)
            }
        })


回答关注问题邀请回答
收藏
登录 后发表内容