小游戏支付一直提示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");
}
});
本文来自微信小程序开发者论坛 微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
X***:
有没有老哥解答一下 ,嘤嘤嘤
J***:
我也遇到这个问题,都没人鸟我,应该是一些配置问题,但是提示太简单,定位不到那个配置的问题
https://developers.weixin.qq.com/blogdetail?action=get_post_info&lang=zh_CN&token=724357960&docid=00060258498518f892b61d7fc51800
微信小程序退出微信小程序方法
本文网址:http://www.91bianli.com/kaifazhinan/59213.html