wx.requestMidasPayment({
mode: 'game',
env: 0,
offerId: data.offerId,
currencyType: 'CNY',
platform: 'android',
buyQuantity: data.needPay * data.midasRate,
zoneId: '1',
success: resp => {
console.log("米大师拉起支付deduct进入:" + Date.now());
deduct(data, payCallback)
console.log("米大师拉起支付deduct结束:" + Date.now());
},
fail: err => {
showTip("微信支付失败", err)
}
})
