问题解决了吗,遇到同样的问题
qq小游戏支付qq小游戏在开发工具上一直返回errMsg:requestMidasPayment:fail errCode:-3 prepayId和starCurrency的值都没问题,有人遇到过吗?怎么解决的? public async pay(_prepayId,money) { console.log("_prepayId:撒娇的:" + _prepayId); return new Promise((resolve,reject) => { qq.requestMidasPayment({ prepayId:_prepayId, starCurrency:money, setEnv:0, success:function(res) { resolve(res); },fail({errMsg, errCode}) { // 支付失败 console.log("errMsg:"+errMsg,"errCode:" + errCode) } }); }) }
2023-08-29wx.requestMidasPayment 小游戏米大师支付的商家订单号和后台的不一样这是啥情况
bughttps://developers.weixin.qq.com/miniprogram/product/material/https://developers.weixin.qq.com/miniprogram/product/material/
2023-07-03