- 微信支付无法吊起
微信小程序支付可以吊起来输入密码窗口,但是app支付的时候就提示这错误 {"errMsg":"requestPayment:fail [payment微信:-1]General errors","errCode":-100,"code":-100}
07-10 - 微信支付权限无法恢复
[图片] 小程序之前有一段时间没有交易,现在申请解除支付限制,到这个界面进行不下去了
06-22 - 小程序换绑管理员怎么老是提示身份证号不一致?
微信小程序换绑管理员,法人扫码的时候一直提示身份证不匹配!!
05-08 - 发起商家转账到零钱API返回结果签名错误?
{"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"},"field":"signature","location":"authorization","sign_information":{"method":"POST","sign_message_length":900,"truncated_sign_message":"POST\n/v3/transfer/batches\n1706073334\n1NRZV8TEKYZISHZM6SPW55KP7ZFVI&0S\n--------\n","url":"/v3/transfer/batches"}},"message":"错误的签名,验签失败"}
01-24 - 通通锁锁语音提示开锁成功,但是回调返回结果是断开链接,开锁没几秒就关锁了
openDoorAndStartTime(data) { var _this = this; plugin.controlLock(plugin.ControlAction.OPEN, data.lockData, ret => { console.log(ret, 'ret') if (ret.errorCode === 10003) { uni.hideLoading(); _this.$global.msg(ret.errorMsg); console.log("获取版本信息时设备连接已断开", ret) } }, null, data.deviceId).then(resa => { console.log(resa, 'resa') if (!!resa.deviceId) deviceId = resa.deviceId; uni.hideLoading() if (resa.errorCode === 0) { _this.$global.msg("开门成功!"); } else { console.log(resa, 'error'); _this.$global.msg("开锁失败!" + resa.errorMsg); } }).catch(e=>{ uni.hideLoading() _this.$global.msg(JSON.stringify(e)) console.log(e, 'error') }) },
2023-11-22 - 开发者工具一直提示这个没有响应的程序
[图片]一直提示这个
2022-07-18 - 微信开发者工具花屏
[图片]
2022-04-25 - 微信支付获取prepay_id后,取消支付,保存prepay_id,再支付时使用保存的?
微信支付获取prepay_id后,取消支付,保存prepay_id,再支付时使用保存的prepay_id是还可以支付成功吗?
2021-05-26 - 小程序打开提示:运行环境加载失败(2,101)?
小米手机mix2
2019-10-12 - 微信小程序支付 体验成员支付报错
微信小程序中,管理员以及开发人员都可以支付成功,但是体验人员支付的时候,会报错,调不起支付界面!
2019-09-17