wx.requestMidasPayment({
mode:'game',
env:0,
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");
}
});
wx.requestMidasPayment在沙箱环境下测试通过,发布现网,env改为0现网环境支付始终出现1003错误,无法调起支付。wx.onBLECharacteristicValueChange 无法接受到值--微信小程序开发教程。
appid:wxff3e227af64fe390
麻烦官方帮忙看下!
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
XX**回复:
appid : wxefe8997276c7a7d4 操作openid:o29Ot4oFq3jVkK4thoUmOA-WEy2Y 操作时间 2018-07-17 14:40:00 我的这个也是一样的问题,麻烦看看。
娇华**回复:
你好,反馈已收到,不过也可以先确认下自己是否授权正确
支付时 提示 requestMidasPayment:fail 系统错误
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=000688f25241c09434c6deb4659c00&highline=1003
强烈建议微信官方恢复音频audio组件维护或者把微信公众号里面音频组件拿到微信小程序 ...
本文网址:http://www.91bianli.com/kaifazhinan/62133.html