public abstract class MsgControllerAdapter extends MsgController
| 构造器和说明 |
|---|
MsgControllerAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
processInCardPassCheckEvent(InCardPassCheckEvent msg)
审核事件推送
|
protected void |
processInCardPayOrderEvent(InCardPayOrderEvent msg)
券点流水详情事件
|
protected void |
processInCardSkuRemindEvent(InCardSkuRemindEvent msg)
卡券库存报警事件
|
protected void |
processInCustomEvent(InCustomEvent inCustomEvent)
处理接收到的多客服管理事件
|
protected void |
processInEqubindEvent(InEqubindEvent msg)
处理微信硬件绑定和解绑事件
|
protected void |
processInEquDataMsg(InEquDataMsg msg)
处理微信硬件发来数据
|
protected abstract void |
processInFollowEvent(InFollowEvent inFollowEvent)
处理接收到的关注/取消关注事件
|
protected void |
processInImageMsg(InImageMsg inImageMsg)
处理接收到的图片消息
|
protected void |
processInLinkMsg(InLinkMsg inLinkMsg)
处理接收到的链接消息
|
protected void |
processInLocationEvent(InLocationEvent inLocationEvent)
处理接收到的上报地理位置事件
|
protected void |
processInLocationMsg(InLocationMsg inLocationMsg)
处理接收到的地址位置消息
|
protected void |
processInMassEvent(InMassEvent inMassEvent)
处理接收到的群发任务结束时通知事件
|
protected abstract void |
processInMenuEvent(InMenuEvent inMenuEvent)
处理接收到的自定义菜单事件
|
protected void |
processInMerChantOrderEvent(InMerChantOrderEvent inMerChantOrderEvent)
微信小店订单支付成功接口消息
|
protected void |
processInPoiCheckNotifyEvent(InPoiCheckNotifyEvent inPoiCheckNotifyEvent)
门店在审核事件消息
|
protected void |
processInQrCodeEvent(InQrCodeEvent inQrCodeEvent)
处理接收到的扫描带参数二维码事件
|
protected void |
processInShakearoundUserShakeEvent(InShakearoundUserShakeEvent inShakearoundUserShakeEvent)
处理微信摇一摇事件
|
protected void |
processInShortVideoMsg(InShortVideoMsg inShortVideoMsg)
处理接收到的小视频消息
|
protected void |
processInSpeechRecognitionResults(InSpeechRecognitionResults inSpeechRecognitionResults)
处理接收到的语音识别结果
|
protected void |
processInTemplateMsgEvent(InTemplateMsgEvent inTemplateMsgEvent)
处理接收到的模板消息是否送达成功通知事件
|
protected abstract void |
processInTextMsg(InTextMsg inTextMsg)
处理接收到的文本消息
|
protected void |
processInUpdateMemberCardEvent(InUpdateMemberCardEvent msg)
微信会员卡积分变更
|
protected void |
processInUserCardEvent(InUserCardEvent inUserCardEvent)
1.
|
protected void |
processInUserConsumeCardEvent(InUserConsumeCardEvent msg)
卡券核销事件推送
|
protected void |
processInUserGetCardEvent(InUserGetCardEvent msg)
卡券领取事件推送
|
protected void |
processInUserGiftingCardEvent(InUserGiftingCardEvent msg)
卡券转赠事件推送
|
protected void |
processInUserPayFromCardEvent(InUserPayFromCardEvent msg)
微信会员卡快速买单
|
protected void |
processInVerifyFailEvent(InVerifyFailEvent inVerifyFailEvent)
资质认证失败 || 名称认证失败
|
protected void |
processInVerifySuccessEvent(InVerifySuccessEvent inVerifySuccessEvent)
资质认证成功 || 名称认证成功 || 年审通知 || 认证过期失效通知
|
protected void |
processInVideoMsg(InVideoMsg inVideoMsg)
处理接收到的视频消息
|
protected void |
processInVoiceMsg(InVoiceMsg inVoiceMsg)
处理接收到的语音消息
|
protected void |
processInWifiEvent(InWifiEvent inWifiEvent)
WIFI连网后下发消息 by unas at 2016-1-29
|
protected void |
processIsNotDefinedEvent(InNotDefinedEvent inNotDefinedEvent)
没有找到对应的事件消息
|
protected void |
processIsNotDefinedMsg(InNotDefinedMsg inNotDefinedMsg)
没有找到对应的消息
|
protected void |
renderDefault()
方便没有使用的api返回“”避免出现,该公众号暂时不能提供服务
可重写该方法
|
getInMsg, getInMsgXml, index, render, renderOutTextMsgcheckUrlPara, checkUrlPara, createToken, createToken, createToken, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, enhance, forwardAction, getAttr, getAttrForInt, getAttrForStr, getAttrNames, getBean, getBean, getBean, getBean, getCookie, getCookie, getCookieObject, getCookieObjects, getCookieToInt, getCookieToInt, getCookieToLong, getCookieToLong, getFile, getFile, getFile, getFile, getFile, getFiles, getFiles, getFiles, getFiles, getHeader, getModel, getModel, getModel, getModel, getPara, getPara, getPara, getPara, getPara, getParaMap, getParaNames, getParaToBoolean, getParaToBoolean, getParaToBoolean, getParaToBoolean, getParaToBoolean, getParaToDate, getParaToDate, getParaToDate, getParaToInt, getParaToInt, getParaToInt, getParaToInt, getParaToInt, getParaToLong, getParaToLong, getParaToLong, getParaToLong, getParaToLong, getParaValues, getParaValuesToInt, getParaValuesToLong, getRender, getRequest, getResponse, getSession, getSession, getSessionAttr, isParaBlank, isParaBlank, isParaExists, isParaExists, keepBean, keepBean, keepModel, keepModel, keepPara, keepPara, keepPara, keepPara, redirect, redirect, redirect301, redirect301, removeAttr, removeCookie, removeCookie, removeCookie, removeSessionAttr, render, render, render, renderCaptcha, renderError, renderError, renderError, renderFile, renderFile, renderFile, renderFile, renderFreeMarker, renderHtml, renderJavascript, renderJson, renderJson, renderJson, renderJson, renderJson, renderJsp, renderNull, renderQrCode, renderQrCode, renderTemplate, renderText, renderText, renderText, renderToString, renderVelocity, renderXml, setAttr, setAttrs, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setHttpServletRequest, setHttpServletResponse, setSessionAttr, setUrlPara, validateCaptcha, validateToken, validateTokenprotected abstract void processInFollowEvent(InFollowEvent inFollowEvent)
MsgControllerprocessInFollowEvent 在类中 MsgControllerinFollowEvent - 处理接收到的关注/取消关注事件protected abstract void processInTextMsg(InTextMsg inTextMsg)
MsgControllerprocessInTextMsg 在类中 MsgControllerinTextMsg - 处理接收到的文本消息protected abstract void processInMenuEvent(InMenuEvent inMenuEvent)
MsgControllerprocessInMenuEvent 在类中 MsgControllerinMenuEvent - 处理接收到的自定义菜单事件protected void processInImageMsg(InImageMsg inImageMsg)
MsgControllerprocessInImageMsg 在类中 MsgControllerinImageMsg - 处理接收到的图片消息protected void processInVoiceMsg(InVoiceMsg inVoiceMsg)
MsgControllerprocessInVoiceMsg 在类中 MsgControllerinVoiceMsg - 处理接收到的语音消息protected void processInVideoMsg(InVideoMsg inVideoMsg)
MsgControllerprocessInVideoMsg 在类中 MsgControllerinVideoMsg - 处理接收到的视频消息protected void processInLocationMsg(InLocationMsg inLocationMsg)
MsgControllerprocessInLocationMsg 在类中 MsgControllerinLocationMsg - 处理接收到的地址位置消息protected void processInLinkMsg(InLinkMsg inLinkMsg)
MsgControllerprocessInLinkMsg 在类中 MsgControllerinLinkMsg - 处理接收到的链接消息protected void processInQrCodeEvent(InQrCodeEvent inQrCodeEvent)
MsgControllerprocessInQrCodeEvent 在类中 MsgControllerinQrCodeEvent - 处理接收到的扫描带参数二维码事件protected void processInLocationEvent(InLocationEvent inLocationEvent)
MsgControllerprocessInLocationEvent 在类中 MsgControllerinLocationEvent - 处理接收到的上报地理位置事件protected void processInSpeechRecognitionResults(InSpeechRecognitionResults inSpeechRecognitionResults)
MsgControllerprocessInSpeechRecognitionResults 在类中 MsgControllerinSpeechRecognitionResults - 处理接收到的语音识别结果protected void processInTemplateMsgEvent(InTemplateMsgEvent inTemplateMsgEvent)
MsgControllerprocessInTemplateMsgEvent 在类中 MsgControllerinTemplateMsgEvent - 处理接收到的模板消息是否送达成功通知事件protected void processInMassEvent(InMassEvent inMassEvent)
MsgControllerprocessInMassEvent 在类中 MsgControllerinMassEvent - 处理接收到的群发任务结束时通知事件protected void processInShortVideoMsg(InShortVideoMsg inShortVideoMsg)
MsgControllerprocessInShortVideoMsg 在类中 MsgControllerinShortVideoMsg - 处理接收到的小视频消息protected void processInCustomEvent(InCustomEvent inCustomEvent)
MsgControllerprocessInCustomEvent 在类中 MsgControllerinCustomEvent - 处理接收到的多客服管理事件protected void processInShakearoundUserShakeEvent(InShakearoundUserShakeEvent inShakearoundUserShakeEvent)
MsgControllerprocessInShakearoundUserShakeEvent 在类中 MsgControllerinShakearoundUserShakeEvent - 处理微信摇一摇事件protected void processInVerifySuccessEvent(InVerifySuccessEvent inVerifySuccessEvent)
MsgControllerprocessInVerifySuccessEvent 在类中 MsgControllerinVerifySuccessEvent - 资质认证成功 || 名称认证成功 || 年审通知 || 认证过期失效通知protected void processInVerifyFailEvent(InVerifyFailEvent inVerifyFailEvent)
MsgControllerprocessInVerifyFailEvent 在类中 MsgControllerinVerifyFailEvent - 资质认证失败 || 名称认证失败protected void processInPoiCheckNotifyEvent(InPoiCheckNotifyEvent inPoiCheckNotifyEvent)
MsgControllerprocessInPoiCheckNotifyEvent 在类中 MsgControllerinPoiCheckNotifyEvent - 门店在审核事件消息protected void processInWifiEvent(InWifiEvent inWifiEvent)
MsgControllerprocessInWifiEvent 在类中 MsgControllerinWifiEvent - WIFI连网后下发消息protected void processInUpdateMemberCardEvent(InUpdateMemberCardEvent msg)
MsgControllerprocessInUpdateMemberCardEvent 在类中 MsgControllermsg - 微信会员卡积分变更protected void processInUserPayFromCardEvent(InUserPayFromCardEvent msg)
MsgControllerprocessInUserPayFromCardEvent 在类中 MsgControllermsg - 微信会员卡快速买单protected void processInMerChantOrderEvent(InMerChantOrderEvent inMerChantOrderEvent)
MsgControllerprocessInMerChantOrderEvent 在类中 MsgControllerinMerChantOrderEvent - 微信小店订单支付成功接口消息protected void processIsNotDefinedEvent(InNotDefinedEvent inNotDefinedEvent)
MsgControllerprocessIsNotDefinedEvent 在类中 MsgControllerinNotDefinedEvent - 没有对应的事件消息protected void processIsNotDefinedMsg(InNotDefinedMsg inNotDefinedMsg)
MsgControllerprocessIsNotDefinedMsg 在类中 MsgControllerinNotDefinedMsg - 没有对应消息protected void processInUserGiftingCardEvent(InUserGiftingCardEvent msg)
MsgControllerprocessInUserGiftingCardEvent 在类中 MsgControllermsg - 卡券转赠事件推送protected void processInUserGetCardEvent(InUserGetCardEvent msg)
MsgControllerprocessInUserGetCardEvent 在类中 MsgControllermsg - 卡券领取事件推送protected void processInUserConsumeCardEvent(InUserConsumeCardEvent msg)
MsgControllerprocessInUserConsumeCardEvent 在类中 MsgControllermsg - 卡券核销事件推送protected void processInCardSkuRemindEvent(InCardSkuRemindEvent msg)
MsgControllerprocessInCardSkuRemindEvent 在类中 MsgControllermsg - 卡券库存报警事件protected void processInCardPayOrderEvent(InCardPayOrderEvent msg)
MsgControllerprocessInCardPayOrderEvent 在类中 MsgControllermsg - 券点流水详情事件protected void processInCardPassCheckEvent(InCardPassCheckEvent msg)
MsgControllerprocessInCardPassCheckEvent 在类中 MsgControllermsg - 审核事件推送protected void processInUserCardEvent(InUserCardEvent inUserCardEvent)
MsgControllerprocessInUserCardEvent 在类中 MsgControllerinUserCardEvent - InUserCardEventprotected void processInEqubindEvent(InEqubindEvent msg)
processInEqubindEvent 在类中 MsgControllermsg - 处理微信硬件绑定和解绑事件protected void processInEquDataMsg(InEquDataMsg msg)
processInEquDataMsg 在类中 MsgControllermsg - 处理微信硬件发来数据protected void renderDefault()
Copyright © 2017. All rights reserved.