| 程序包 | 说明 |
|---|---|
| org.marker.weixin | |
| org.marker.weixin.msg |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Session.callback(Msg msg)
回传消息给微信服务器
只能再接收到微信服务器消息后,才能调用此方法
|
void |
Session.send(Msg msg)
发送消息给微信服务器
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Msg4Event
事件消息
注意: 此消息只能是微信服务器推送过来
|
class |
Msg4Image
图片消息
|
class |
Msg4ImageText
图文消息
|
class |
Msg4Link
链接消息
|
class |
Msg4Location
地理位置消息
|
class |
Msg4Music
音乐消息
|
class |
Msg4Text
文本消息
|
class |
Msg4Video
视频消息
|
class |
Msg4Voice |
Copyright © 2018. All rights reserved.