一直报公众号服务故障,然后报Servlet.service() for servlet [weixinservlet] in context with path [/weixin] threw exception [Servlet execution threw an exception] with root cause这个异常:
解决办法:缺少xmlpull的jar包。在http://www.xmlpull.org/v1/download/ 下载xmlpull_1_0_5.jar,加载到Eclipse工程中即可。
解决办法:缺少xmlpull的jar包。在http://www.xmlpull.org/v1/download/ 下载xmlpull_1_0_5.jar,加载到Eclipse工程中即可。
2018-07-24
我找到了一个token验证失败的原因,大家把自己加密的字符串和微信服务器发送来的signature都打印到后台console上,会发现大小写不一样,所以改变其中的一个大小写就好了
2018-07-20