米大师支付报错, errcode:8

小游戏 文章 2021-03-27 12:21 983 0 全屏看文

AI助手支持GPT4.0

米大师支付报错, errcode:8Mi Master pays an error, errcode: 8

米大师支付报错, errcode:8

在沙箱中,调用报错,提示下单异常,请检查商品参数,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);

                        }

                    });

In the sandbox, call to report an error and prompt that the order is abnormal. Please check the commodity parameters, errcode:8 In the morning, it was still fine, but in the afternoon, it suddenly stopped. What's the reason? Our currency unit is 1:10. The code is as follows. Buyquantity 1, 3, 6, 10, 30 and 60 have all been tried. They all reported this error. How to solve this problem? wx.requestMidasPayment ({ mode: "game", env: 1, offerId: "1450028060", currencyType: "CNY", buyQuantity: 10, platform: "android", zoneId: "1", success: function (res) { console.log ('Recharge success', RES);}, fail: function (RES){ console.log ('Recharge failed ', RES);}};

回答:

小游戏运营专员-宏:

已经修复,再试试哈

细嗅蔷薇:好了,谢谢大佬,是什么原因呢?
语:6666
小白:

昨天也遇到了这个问题,请问解决了吗

细嗅蔷薇:没有,官方也没人来解答下

-EOF-

AI助手支持GPT4.0