public abstract class DreamMsgControllerAdapter extends MsgController
msg, request, response| 构造器和说明 |
|---|
DreamMsgControllerAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
processInCardPassCheckEvent(com.jfinal.weixin.sdk.msg.in.card.InCardPassCheckEvent msg)
审核事件推送
|
protected void |
processInCardPayOrderEvent(com.jfinal.weixin.sdk.msg.in.card.InCardPayOrderEvent msg)
券点流水详情事件
|
protected void |
processInCardSkuRemindEvent(com.jfinal.weixin.sdk.msg.in.card.InCardSkuRemindEvent msg)
卡券库存报警事件
|
protected void |
processInCustomEvent(com.jfinal.weixin.sdk.msg.in.event.InCustomEvent inCustomEvent)
处理接收到的多客服管理事件
|
protected void |
processInEqubindEvent(com.jfinal.weixin.iot.msg.InEqubindEvent msg)
处理微信硬件绑定和解绑事件
|
protected void |
processInEquDataMsg(com.jfinal.weixin.iot.msg.InEquDataMsg msg)
处理微信硬件发来数据
|
protected abstract void |
processInFollowEvent(com.jfinal.weixin.sdk.msg.in.event.InFollowEvent inFollowEvent)
处理接收到的关注/取消关注事件
|
protected void |
processInImageMsg(com.jfinal.weixin.sdk.msg.in.InImageMsg inImageMsg)
处理接收到的图片消息
|
protected void |
processInLinkMsg(com.jfinal.weixin.sdk.msg.in.InLinkMsg inLinkMsg)
处理接收到的链接消息
|
protected void |
processInLocationEvent(com.jfinal.weixin.sdk.msg.in.event.InLocationEvent inLocationEvent)
处理接收到的上报地理位置事件
|
protected void |
processInLocationMsg(com.jfinal.weixin.sdk.msg.in.InLocationMsg inLocationMsg)
处理接收到的地址位置消息
|
protected void |
processInMassEvent(com.jfinal.weixin.sdk.msg.in.event.InMassEvent inMassEvent)
处理接收到的群发任务结束时通知事件
|
protected abstract void |
processInMenuEvent(com.jfinal.weixin.sdk.msg.in.event.InMenuEvent inMenuEvent)
处理接收到的自定义菜单事件
|
protected void |
processInMerChantOrderEvent(com.jfinal.weixin.sdk.msg.in.card.InMerChantOrderEvent inMerChantOrderEvent)
微信小店订单支付成功接口消息
|
protected void |
processInPoiCheckNotifyEvent(com.jfinal.weixin.sdk.msg.in.event.InPoiCheckNotifyEvent inPoiCheckNotifyEvent)
门店在审核事件消息
|
protected void |
processInQrCodeEvent(com.jfinal.weixin.sdk.msg.in.event.InQrCodeEvent inQrCodeEvent)
处理接收到的扫描带参数二维码事件
|
protected void |
processInShakearoundUserShakeEvent(com.jfinal.weixin.sdk.msg.in.event.InShakearoundUserShakeEvent inShakearoundUserShakeEvent)
处理微信摇一摇事件
|
protected void |
processInShortVideoMsg(com.jfinal.weixin.sdk.msg.in.InShortVideoMsg inShortVideoMsg)
处理接收到的小视频消息
|
protected void |
processInSpeechRecognitionResults(com.jfinal.weixin.sdk.msg.in.speech_recognition.InSpeechRecognitionResults inSpeechRecognitionResults)
处理接收到的语音识别结果
|
protected void |
processInTemplateMsgEvent(com.jfinal.weixin.sdk.msg.in.event.InTemplateMsgEvent inTemplateMsgEvent)
处理接收到的模板消息是否送达成功通知事件
|
protected abstract void |
processInTextMsg(com.jfinal.weixin.sdk.msg.in.InTextMsg inTextMsg)
处理接收到的文本消息
|
protected void |
processInUpdateMemberCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUpdateMemberCardEvent msg)
微信会员卡积分变更
|
protected void |
processInUserCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserCardEvent inUserCardEvent)
1.
|
protected void |
processInUserConsumeCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserConsumeCardEvent msg)
卡券核销事件推送
|
protected void |
processInUserGetCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserGetCardEvent msg)
卡券领取事件推送
|
protected void |
processInUserGiftingCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserGiftingCardEvent msg)
卡券转赠事件推送
|
protected void |
processInUserPayFromCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserPayFromCardEvent msg)
微信会员卡快速买单
|
protected void |
processInVerifyFailEvent(com.jfinal.weixin.sdk.msg.in.event.InVerifyFailEvent inVerifyFailEvent)
资质认证失败 || 名称认证失败
|
protected void |
processInVerifySuccessEvent(com.jfinal.weixin.sdk.msg.in.event.InVerifySuccessEvent inVerifySuccessEvent)
资质认证成功 || 名称认证成功 || 年审通知 || 认证过期失效通知
|
protected void |
processInVideoMsg(com.jfinal.weixin.sdk.msg.in.InVideoMsg inVideoMsg)
处理接收到的视频消息
|
protected void |
processInVoiceMsg(com.jfinal.weixin.sdk.msg.in.InVoiceMsg inVoiceMsg)
处理接收到的语音消息
|
protected void |
processInWifiEvent(com.jfinal.weixin.sdk.msg.in.event.InWifiEvent inWifiEvent)
WIFI连网后下发消息 by unas at 2016-1-29
|
protected void |
processIsNotDefinedEvent(com.jfinal.weixin.sdk.msg.in.event.InNotDefinedEvent inNotDefinedEvent)
没有找到对应的事件消息
|
protected void |
processIsNotDefinedMsg(com.jfinal.weixin.sdk.msg.in.InNotDefinedMsg inNotDefinedMsg)
没有找到对应的消息
|
protected void |
renderDefault()
方便没有使用的api返回“”避免出现,该公众号暂时不能提供服务
可重写该方法
|
getInMsgXml, index, render, renderOutTextMsgprotected abstract void processInFollowEvent(com.jfinal.weixin.sdk.msg.in.event.InFollowEvent inFollowEvent)
MsgControllerprocessInFollowEvent 在类中 MsgControllerinFollowEvent - 处理接收到的关注/取消关注事件protected abstract void processInTextMsg(com.jfinal.weixin.sdk.msg.in.InTextMsg inTextMsg)
MsgControllerprocessInTextMsg 在类中 MsgControllerinTextMsg - 处理接收到的文本消息protected abstract void processInMenuEvent(com.jfinal.weixin.sdk.msg.in.event.InMenuEvent inMenuEvent)
MsgControllerprocessInMenuEvent 在类中 MsgControllerinMenuEvent - 处理接收到的自定义菜单事件protected void processInImageMsg(com.jfinal.weixin.sdk.msg.in.InImageMsg inImageMsg)
MsgControllerprocessInImageMsg 在类中 MsgControllerinImageMsg - 处理接收到的图片消息protected void processInVoiceMsg(com.jfinal.weixin.sdk.msg.in.InVoiceMsg inVoiceMsg)
MsgControllerprocessInVoiceMsg 在类中 MsgControllerinVoiceMsg - 处理接收到的语音消息protected void processInVideoMsg(com.jfinal.weixin.sdk.msg.in.InVideoMsg inVideoMsg)
MsgControllerprocessInVideoMsg 在类中 MsgControllerinVideoMsg - 处理接收到的视频消息protected void processInLocationMsg(com.jfinal.weixin.sdk.msg.in.InLocationMsg inLocationMsg)
MsgControllerprocessInLocationMsg 在类中 MsgControllerinLocationMsg - 处理接收到的地址位置消息protected void processInLinkMsg(com.jfinal.weixin.sdk.msg.in.InLinkMsg inLinkMsg)
MsgControllerprocessInLinkMsg 在类中 MsgControllerinLinkMsg - 处理接收到的链接消息protected void processInQrCodeEvent(com.jfinal.weixin.sdk.msg.in.event.InQrCodeEvent inQrCodeEvent)
MsgControllerprocessInQrCodeEvent 在类中 MsgControllerinQrCodeEvent - 处理接收到的扫描带参数二维码事件protected void processInLocationEvent(com.jfinal.weixin.sdk.msg.in.event.InLocationEvent inLocationEvent)
MsgControllerprocessInLocationEvent 在类中 MsgControllerinLocationEvent - 处理接收到的上报地理位置事件protected void processInSpeechRecognitionResults(com.jfinal.weixin.sdk.msg.in.speech_recognition.InSpeechRecognitionResults inSpeechRecognitionResults)
MsgControllerprocessInSpeechRecognitionResults 在类中 MsgControllerinSpeechRecognitionResults - 处理接收到的语音识别结果protected void processInTemplateMsgEvent(com.jfinal.weixin.sdk.msg.in.event.InTemplateMsgEvent inTemplateMsgEvent)
MsgControllerprocessInTemplateMsgEvent 在类中 MsgControllerinTemplateMsgEvent - 处理接收到的模板消息是否送达成功通知事件protected void processInMassEvent(com.jfinal.weixin.sdk.msg.in.event.InMassEvent inMassEvent)
MsgControllerprocessInMassEvent 在类中 MsgControllerinMassEvent - 处理接收到的群发任务结束时通知事件protected void processInShortVideoMsg(com.jfinal.weixin.sdk.msg.in.InShortVideoMsg inShortVideoMsg)
MsgControllerprocessInShortVideoMsg 在类中 MsgControllerinShortVideoMsg - 处理接收到的小视频消息protected void processInCustomEvent(com.jfinal.weixin.sdk.msg.in.event.InCustomEvent inCustomEvent)
MsgControllerprocessInCustomEvent 在类中 MsgControllerinCustomEvent - 处理接收到的多客服管理事件protected void processInShakearoundUserShakeEvent(com.jfinal.weixin.sdk.msg.in.event.InShakearoundUserShakeEvent inShakearoundUserShakeEvent)
MsgControllerprocessInShakearoundUserShakeEvent 在类中 MsgControllerinShakearoundUserShakeEvent - 处理微信摇一摇事件protected void processInVerifySuccessEvent(com.jfinal.weixin.sdk.msg.in.event.InVerifySuccessEvent inVerifySuccessEvent)
MsgControllerprocessInVerifySuccessEvent 在类中 MsgControllerinVerifySuccessEvent - 资质认证成功 || 名称认证成功 || 年审通知 || 认证过期失效通知protected void processInVerifyFailEvent(com.jfinal.weixin.sdk.msg.in.event.InVerifyFailEvent inVerifyFailEvent)
MsgControllerprocessInVerifyFailEvent 在类中 MsgControllerinVerifyFailEvent - 资质认证失败 || 名称认证失败protected void processInPoiCheckNotifyEvent(com.jfinal.weixin.sdk.msg.in.event.InPoiCheckNotifyEvent inPoiCheckNotifyEvent)
MsgControllerprocessInPoiCheckNotifyEvent 在类中 MsgControllerinPoiCheckNotifyEvent - 门店在审核事件消息protected void processInWifiEvent(com.jfinal.weixin.sdk.msg.in.event.InWifiEvent inWifiEvent)
MsgControllerprocessInWifiEvent 在类中 MsgControllerinWifiEvent - WIFI连网后下发消息protected void processInUpdateMemberCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUpdateMemberCardEvent msg)
MsgControllerprocessInUpdateMemberCardEvent 在类中 MsgControllermsg - 微信会员卡积分变更protected void processInUserPayFromCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserPayFromCardEvent msg)
MsgControllerprocessInUserPayFromCardEvent 在类中 MsgControllermsg - 微信会员卡快速买单protected void processInMerChantOrderEvent(com.jfinal.weixin.sdk.msg.in.card.InMerChantOrderEvent inMerChantOrderEvent)
MsgControllerprocessInMerChantOrderEvent 在类中 MsgControllerinMerChantOrderEvent - 微信小店订单支付成功接口消息protected void processIsNotDefinedEvent(com.jfinal.weixin.sdk.msg.in.event.InNotDefinedEvent inNotDefinedEvent)
MsgControllerprocessIsNotDefinedEvent 在类中 MsgControllerinNotDefinedEvent - 没有对应的事件消息protected void processIsNotDefinedMsg(com.jfinal.weixin.sdk.msg.in.InNotDefinedMsg inNotDefinedMsg)
MsgControllerprocessIsNotDefinedMsg 在类中 MsgControllerinNotDefinedMsg - 没有对应消息protected void processInUserGiftingCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserGiftingCardEvent msg)
MsgControllerprocessInUserGiftingCardEvent 在类中 MsgControllermsg - 卡券转赠事件推送protected void processInUserGetCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserGetCardEvent msg)
MsgControllerprocessInUserGetCardEvent 在类中 MsgControllermsg - 卡券领取事件推送protected void processInUserConsumeCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserConsumeCardEvent msg)
MsgControllerprocessInUserConsumeCardEvent 在类中 MsgControllermsg - 卡券核销事件推送protected void processInCardSkuRemindEvent(com.jfinal.weixin.sdk.msg.in.card.InCardSkuRemindEvent msg)
MsgControllerprocessInCardSkuRemindEvent 在类中 MsgControllermsg - 卡券库存报警事件protected void processInCardPayOrderEvent(com.jfinal.weixin.sdk.msg.in.card.InCardPayOrderEvent msg)
MsgControllerprocessInCardPayOrderEvent 在类中 MsgControllermsg - 券点流水详情事件protected void processInCardPassCheckEvent(com.jfinal.weixin.sdk.msg.in.card.InCardPassCheckEvent msg)
MsgControllerprocessInCardPassCheckEvent 在类中 MsgControllermsg - 审核事件推送protected void processInUserCardEvent(com.jfinal.weixin.sdk.msg.in.card.InUserCardEvent inUserCardEvent)
MsgControllerprocessInUserCardEvent 在类中 MsgControllerinUserCardEvent - InUserCardEventprotected void processInEqubindEvent(com.jfinal.weixin.iot.msg.InEqubindEvent msg)
processInEqubindEvent 在类中 MsgControllermsg - 处理微信硬件绑定和解绑事件protected void processInEquDataMsg(com.jfinal.weixin.iot.msg.InEquDataMsg msg)
processInEquDataMsg 在类中 MsgControllermsg - 处理微信硬件发来数据protected void renderDefault()