We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WxMaServiceImpl#execute方法内捕获executeInternal方法抛出的WxErrorException异常,然后抛出RuntimeException("微信服务端异常,超出重试次数"),这样拿不到调用微信返回的错误码。业务有需要根据微信返回码做逻辑处理的。可以把返回码暴露给外层吗
The text was updated successfully, but these errors were encountered:
服务器端异常返回码就是-1,你看代码就可以知道了。 不过也可以考虑把微信的原始返回通过WxErrorException的形式抛出来。
Sorry, something went wrong.
🎨 #1482 小程序接口请求出错超过重试次数时将微信原始错误信息抛出来
7f6780a
3.7.5.B 测试版本已优化
No branches or pull requests
WxMaServiceImpl#execute方法内捕获executeInternal方法抛出的WxErrorException异常,然后抛出RuntimeException("微信服务端异常,超出重试次数"),这样拿不到调用微信返回的错误码。业务有需要根据微信返回码做逻辑处理的。可以把返回码暴露给外层吗
The text was updated successfully, but these errors were encountered: