wx.requestMidasPayment({ mode: 'game' , env: 1, offerId: 1450015325, currencyType: 'CNY' , platform: 'android' , buyQuantity: 1, zoneId: '1' , success: function (resp) { console.log(resp) }, fail: function (err) { console.log(err) } }) |
使用以上代码不能调起微信支付,一直返回错误: {errCode: 1003, errMsg: "requestMidasPayment:fail 系统错误"}。
米大师配置已经完成了的:
麻烦帮忙看看,谢谢!
你好,建议参考下面这个回答:
支付时 提示 requestMidasPayment:fail 系统错误
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=000688f25241c09434c6deb4659c00&highline=wx.requestMidasPayment
谢谢,已经解决了,重新走了一遍授权