| Package | Description |
|---|---|
| me.hao0.wechat.core | |
| me.hao0.wechat.model.message.receive | |
| me.hao0.wechat.model.message.receive.event | |
| me.hao0.wechat.model.message.receive.msg |
| Modifier and Type | Method and Description |
|---|---|
RecvMessage |
Messages.receive(InputStream xml)
接收微信服务器发来的XML消息
|
RecvMessage |
Messages.receive(String xml)
接收微信服务器发来的XML消息
|
| Modifier and Type | Method and Description |
|---|---|
String |
Messages.forward(RecvMessage recv)
构建转发客服的XML消息(该消息自动转发给一个在线的客服)
|
String |
Messages.forward(RecvMessage recv,
String kfAccount)
构建转发客服的XML消息(指定一个在线的客服,若该客服不在线,消息将不再转发给其他在线客服)
|
String |
Messages.respImage(RecvMessage recv,
String mediaId)
被动回复微信服务器图片消息
|
String |
Messages.respMusic(RecvMessage recv,
String mediaId,
String title,
String desc,
String url,
String hqUrl)
被动回复微信服务器音乐消息
|
String |
Messages.respNews(RecvMessage recv,
List<Article> articles)
被动回复微信服务器图文消息
|
String |
Messages.respText(RecvMessage recv,
String content)
被动回复微信服务器文本消息
|
String |
Messages.respVideo(RecvMessage recv,
String mediaId,
String title,
String desc)
被动回复微信服务器视频消息
|
String |
Messages.respVoice(RecvMessage recv,
String mediaId)
被动回复微信服务器语音消息
|
| Constructor and Description |
|---|
RecvMessage(RecvMessage m) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecvEvent
接收微信服务器的事件消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvLocationEvent
上报地理位置事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvMenuEvent
菜单事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvScanEvent
扫码事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvSubscribeEvent
关注事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvTemplateSendJobFinishEvent
模版消息发送任务完成后, 微信服务器会将是否送达成功作为通知
|
class |
RecvUnknownEvent
未知事件(当解析到微信的新事件时)
Author: haolin
Email: haolin.h0@gmail.com
|
class |
RecvUnSubscribeEvent
取消关注
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
| Constructor and Description |
|---|
RecvEvent(RecvMessage e) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecvImageMessage
图片消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvLinkMessage
链接消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvLocationMessage
地理位置消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvMsg
接收微信服务器的普通消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvShortVideoMessage
小视频消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvTextMessage
文本消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvVideoMessage
视频消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
class |
RecvVoiceMessage
语音消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
|
| Constructor and Description |
|---|
RecvMsg(RecvMessage e) |
Copyright © 2019. All rights reserved.