提交时一直提示token验证失败!一直报错位空指针。哪位大神帮帮我。
严重: Servlet.service() for servlet [weixinServlet] in context with path [/Weixin] threw exception
java.lang.NullPointerException
严重: Servlet.service() for servlet [weixinServlet] in context with path [/Weixin] threw exception
java.lang.NullPointerException
2017-03-25
[下载地址](http://qydev.com/)
ngrok -config=ngrok.cfg -subdomain hope 8080
http://hope.tunnel.qydev.com
ngrok -config=ngrok.cfg -subdomain hope 8080
http://hope.tunnel.qydev.com
2017-03-23
应该在第一个自动回复和第二个自动回复的代码后面必须要加一句网页上显示的代码,不然不会显示的你自己写的那个菜单的!!!必须要加一句out.print(message),因为本来我们就是网页嵌入公众号,所以必须在网页上能够显示出来,必须得利用web的out对象输出语句
2017-03-22
老师思路非常清晰,不过由于版本之类或者老师自己的疏忽还是有一点小问题(微信时间是long类型,仅仅使用xstream会报错还需要添加xmlpull),总的来说非常不错
2017-03-19