小游戏米大师支付 错误码:8?
游戏配置:货币单位1:10 调用方法:wx.requestMidasPayment({ mode: "game", env: 1, offerId: "1450030327", currencyType: "CNY", platform: "android", buyQuantity: 10, zoneId: "1", success: (res) => { console.log("==============支付成功=====") console.log(res) }, // 接口调用成功的回调函数 fail: (res) => { console.log("==============支付失败=====") console.log(res) }, // 接口调用失败的回调函数 complete: () => { }, }); 返回结果:[图片]