安卓APP 微信h5支付完成后带参数跳转指定页面怎么做?
const webview = plus.webview.create('', 'custom-webview');
webview.loadURL(res.data.mweb_url +'&redirect_url=https%3A%2F%2Ft.jingtoo.cn%2F', {
'Referer': 'https://t.jingtoo.cn'
})
在支付完成,带参数跳转回app指定页面,咋整,我看来很多文章都说使用URL scheme,但是并没有具体的案例说明,有的迷糊