从uniapp编译成字节小程序时,按照uni官方文档调用uni.requestPaymentAPI拉起收银台出错-CD0015
错误代码:
uni.requestPayment({
provider: 'wxpay',
orderInfo: res.json,
service: 1,
// getOrderStatus:res=>new Promise((resolve, reject)=>{resolve(res)}),
success: res => {
console.log(res)
that.$Common.commonToast('支付成功', 'success')
setTimeout(() => {
that.getPageData()
}, 500)
},
fail: error => {console.log(error)}
})