场景:h5页面使用web-view嵌套在小程序中,要在h5页面中拉起微信支付,可以使用JSAPI支付吗?
代码:
WeixinJSBridge.invoke('getBrandWCPayRequest', {
"appId": "wx1111",
"timeStamp": "1647935878",
"nonceStr": "45fgggds",
"package": "prepay_id=wx0981223",
"signType": "MD5", //微信签名方式:
"paySign": "455667xxxxx" //微信签名
},
不行,小程序内只能小程序支付 https://developers.weixin.qq.com/miniprogram/dev/api/payment/wx.requestPayment.html