|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| com.belerweb.social.weixin.api | |
| com.belerweb.social.weixin.bean | |
| Uses of Message in com.belerweb.social.weixin.api |
|---|
| Methods in com.belerweb.social.weixin.api with parameters of type Message | |
|---|---|
Result<Boolean> |
Weixin.sendCustomMessage(Message message)
发送客服消息 当用户主动发消息给公众号的时候,微信将会把消息数据推送给开发者,开发者在一段时间内(目前为24小时)可以调用客服消息接口,通过POST一个JSON数据包来发送消息给普通用户, 在24小时内不限制发送次数。此接口主要用于客服等有人工消息处理环节的功能,方便开发者为用户提供更加优质的服务。 文档地址:http://mp.weixin.qq.com/wiki/index.php?title=发送客服消息 |
Result<Boolean> |
Weixin.sendCustomMessage(String accessToken,
Message message)
发送客服消息 当用户主动发消息给公众号的时候,微信将会把消息数据推送给开发者,开发者在一段时间内(目前为24小时)可以调用客服消息接口,通过POST一个JSON数据包来发送消息给普通用户, 在24小时内不限制发送次数。此接口主要用于客服等有人工消息处理环节的功能,方便开发者为用户提供更加优质的服务。 文档地址:http://mp.weixin.qq.com/wiki/index.php?title=发送客服消息 |
Result<Boolean> |
Weixin.sendTemplateMessage(Message message)
发送模板消息 |
Result<Boolean> |
Weixin.sendTemplateMessage(String accessToken,
Message message)
发送模板消息 |
| Uses of Message in com.belerweb.social.weixin.bean |
|---|
| Methods in com.belerweb.social.weixin.bean that return Message | |
|---|---|
Message |
Message.addVariable(Variable variable)
|
static Message |
Message.parse(org.json.JSONObject jsonObject)
|
static Message |
Message.parse(String xml)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||