- 小游戏支付一直提示requestMidasPayment:fail 系统错误
小游戏支付一直提示requestMidasPayment:fail 系统错误 我的查余额和扣除游戏币的接口已经接好了,所以账号应该是没有问题的? 就这个wx.requestMidasPayment一直提示,buyQuantity 换了1,3,10,30,100,300都不行, 用工具和手机测试也都不行, 求解答!!! wx.requestMidasPayment({ mode: 'game', env: 1, offerId: "***", platform: "android", buyQuantity: 10, currencyType: 'CNY', zoneId: "1", success: res => { console.log("requestMidasPayment success"); console.log(res) }, fail: res => { console.log("requestMidasPayment failure"); console.log(res) }, complete: res => { console.log("requestMidasPayment complete"); } });
2018-05-03 - 小游戏虚拟支付midasPay接口有点问题
经测试余额不足返回 ["errcode"]=> int(-1) ["errmsg"]=> string(23) "1034-131-0 余额不足" ["bill_no"]=> string(25) "180503111540151570li3idfu" 文档上 errcode 的合法值 值说明0请求成功-1系统繁忙,此时请开发者稍候再试90009mp_sig签名错误90010用户未登录或登录态已过期90011sig签名错误90012订单已存在90013余额不足90017没有调用接口的权限90018参数错误 errcode写错了吧?
2018-05-03