- receiveMessage(HttpServletRequest) - 类 中的方法com.xnx3.weixin.WeiXinUtil
-
接收xml格式消息,用户通过微信公众号发送消息,有服务器接收。
- receiveMessage(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
-
接收xml格式消息,用户通过微信公众号发送消息,有服务器接收。
- reply(HttpServletResponse, String) - 类 中的方法com.xnx3.weixin.bean.MessageReply
-
微信公众号回复给咨询者。
- Reply - com.xnx3.weixin.bean中的类
-
- Reply(HttpServletResponse, String, String) - 类 的构造器com.xnx3.weixin.bean.Reply
-
- reply(String) - 类 中的方法com.xnx3.weixin.bean.Reply
-
微信公众号回复给咨询者。
- reply(HttpServletRequest, HttpServletResponse, MessageReceive) - 接口 中的方法com.xnx3.weixin.interfaces.AutoReply
-
微信公众号,用户发送内容到微信公众号后,程序接收到用户的回复,自动进行处理
- replyNews(HttpServletResponse, List<NewsItem>) - 类 中的方法com.xnx3.weixin.bean.MessageReply
-
向微信服务器进行图文回复(MsgType=news)的XML格式字符串,可以将此直接回复微信服务器即可达到回复效果。
- replySuccessForWeiXinServer() - 类 中的方法com.xnx3.weixin.bean.Reply
-
回复成功信息给微信服务器,避免咨询者在微信公众号回复信息时,提示错误信息。
- replyText(HttpServletResponse, String) - 类 中的方法com.xnx3.weixin.bean.MessageReply
-
向微信服务器进行文字回复(MsgType=text)的XML格式字符串,可以将此直接回复微信服务器即可达到回复效果。
- replyText(String) - 类 中的方法com.xnx3.weixin.bean.Reply
-
公众号回复给咨询者一段字符串,直接显示这段字符串给咨询者