-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
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
关于error日志问题 #1164
Labels
Comments
建议你直接提交PR代码来辅助展示下你的想法,感觉你的描述不够清晰 |
Ziyear
added a commit
to Ziyear/WxJava
that referenced
this issue
Aug 20, 2019
Merged
binarywang
pushed a commit
that referenced
this issue
Aug 20, 2019
尴尬,在页面提交好不方便,下班再提吧 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
建议:
多处接口抛出error日志,简易排查尽可能去掉error替换成直接抛出异常方式
模块及版本:
举例:
测试对账单下载,发现对账单下载失败是NO Bill Exist,直接打印err日志和堆栈,异常未抛出。还有一个细节就是失败参数映射缺少err_code,原因是返回参数是error_code,导致映射失败。
BaseWxPayServiceImpl类中还有不少error日志,建议替换掉这种处理方式,交给使用者处理。
The text was updated successfully, but these errors were encountered: