小游戏虚拟支付沙箱环境下竟然扣了钱
如题 我确定是在沙箱环境下,但是扣了钱 ,有订单号 在商户中心查不到,讲道理不是不该扣的么;
如果沙箱模式就是扣钱 ,那么钱去哪里了?怎么反回来? 钱的去向不明啊
wx.requestMidasPayment({
mode: “game”,
env:1,
offerId: “秘密”,
currencyType: “CNY”,
platform: “android”,
buyQuantity: 10,
zoneId: “1”,
fail: function (res) {
console.log(“支付错误”, res);
},
success: function (res) {
console.log(“支付”, res);
}
})