-
Notifications
You must be signed in to change notification settings - Fork 430
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
无法解析加密信息 #52
Comments
使用微信测试接口发送数据,兼容模式都可以看到明文。改为安全模式,无法使用 |
java权限策略问题 官方例子加密例子里有的 AES KeySize异常解决方案
|
还有就是WechatSupport类里没有对加密解密相关的做处理要自己写 `/**
|
2016-09-25 21:20:34 INFO Config:66 - load wechat4j.properties success
不清楚代码哪里有加密解密的处理。
Log 如下:
2016-09-25 21:20:34 INFO WechatSupport:114 - parse post data:
2016-09-25 21:20:34 INFO WechatSupport:128 - distributeMessage start
2016-09-25 21:20:34 INFO WechatSupport:130 - msgType is null
九月 25, 2016 9:20:34 下午 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet [dispatcher] in context with path [/wechat] threw exception [Request processing failed; nested exception is java.lang.NullPointerException: Name is null] with root cause
java.lang.NullPointerException: Name is null
The text was updated successfully, but these errors were encountered: