wx.requestMidasPayment({
mode : "game",
env : inst.midasPayEnv,
offerId:"xxxxxxx",
currencyType : "CNY",
platform: "android",
buyQuantity : buy_quantity,
zoneId : product_id,
success:payRes=>{
console.log("requestMidasPayment----success---:",payRes);
cb(true);
},
fail:payRes=>{
console.log("requestMidasPayment----fail---:",payRes);
cb(false);
this.showModal("充值失败,错误:",payRes);
}
昨天掉用的时候还可以。刚测报错errMsg:"requestMidasPayment:fail 系统繁忙,请稍后再试",errCode:1016
出错微信号 hanwuji7712
沙箱环境
出错时间 15:32
请提供一下openid