我们的货币单位是1:10
wx.requestMidasPayment({
mode: "game",
env: 1,
offerId: "1450030353",
currencyType: "CNY",
platform: "android",
buyQuantity: 1,
zoneId : "1",
success: function (res) {
console.log("支付成功", res);
},
fail: function (res) {
console.log("支付失败", res);
},
complete: function (res) {
console.log("支付完成", res);
}
})
请参考文档上面的 buyQuantity 限制说明检查一下
https://developers.weixin.qq.com/minigame/dev/api/midas-payment/wx.requestMidasPayment.html