查查
2015-07-10 17:49
信息: Reloading context [/weixin]
2015-7-10 17:46:56 org.apache.catalina.core.StandardContext reload
信息: Reloading Context with name [/weixin] has started
2015-7-10 17:46:56 org.apache.catalina.core.StandardContext reload
信息: Reloading Context with name [/weixin] is completed
<xml>
<ToUserName>oncoSwnNAwpeapmlqQRMM2tV12C4</ToUserName>
<FromUserName>gh_9ddc05f993d6</FromUserName>
<CreateTime>1436521633921</CreateTime>
<MsgType>text</MsgType>
<Content>欢迎进入安华亿能医疗预防脑中风订阅号,如需查询报告单请按报告单进行查询</Content>
</xml>
null
null
null
检查一下下边代码:
//事件 else if(MessageUtil.MESSAGE_EVENT.equals(MsgType)){ String eventType=map.get("Event"); if(MessageUtil.MESSAGE_SUBSCRIBE.equals(eventType)){ message=MessageUtil.initText(toUserName, fromUserName, MessageUtil.menuText()); } }
源码:https://github.com/giscafer/gisrobot
初识Java微信公众号开发
158313 学习 · 684 问题
相似问题