小程序方法:小程序调起支付API
https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_5_4.shtml
”
小程序requestPayment支付API回调结果
回调类型 errMsg 说明
success requestPayment:ok 调用支付成功
fail requestPayment:fail cancel 用户取消支付
fail requestPayment:fail (detail message) 调用支付失败,其中 detail message 为后台返回的详细失败原因
“
请问detail message具体的详细文档链接有吗,一直没搜索到更多的详细信息。
您好,请问该问题解决了吗?
关于这个错误,建议参考支付结果通知,不依赖客户端的回调https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=9_7&index=8
微信小程序文档写的不完善的地方很多,https://developers.weixin.qq.com/miniprogram/dev/api/payment/wx.requestPayment.html 确实没有详细失败回调里的参数介绍。
可参考微信小程序文档错误码列表:https://developers.weixin.qq.com/miniprogram/dev/framework/usability/PublicErrno.html