| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| } catch (Exception ignored) { | ||
|
|
||
| } catch (Exception e) { | ||
| e.printStackTrace(); |
There was a problem hiding this comment.
这个地方请使用log打印,谢谢
Sorry, something went wrong.
|
感谢贡献代码,楼主请关注下置顶区的issue,如果有兴趣如开发组的话请联系我 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
【微信支付】删除了一个通过 try-with-resources从P12证书获取inputstream的方法,该方法返回的流已经closed,导致p12证书无法被读取。改成直接通过try-with-resources读取,另外读取P12的时候没有赋值给对应的certSerialNo,总共两个地方