在沙箱中,调用报错,提示下单异常,请检查商品参数,errcode:8,上午还好好的,下午就突然不行了,请问这是什么原因呢?我们的货币单位是1:10,代码如下,buyQuantity 1,3,6,10,30,60 都试过了,都是报这个错误。请问怎么解决呢?
wx.requestMidasPayment({
mode: "game",
env: 1,
offerId: "1450028060",
currencyType: "CNY",
buyQuantity: 10,
platform: "android",
zoneId: "1",
success: function (res) {
console.log('充值成功', res);
},
fail: function (res) {
console.log('充值失败', res);
}
});
已经修复,再试试哈
昨天也遇到了这个问题,请问解决了吗