跳过导航链接
A C D E F G I L M P R S V W 

A

addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
addCorsMappings(CorsRegistry) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
addFormatters(FormatterRegistry) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
addInterceptors(InterceptorRegistry) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
addViewControllers(ViewControllerRegistry) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法cn.fntop.weixin.Interceptor.MsgInterceptor
 
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.fntop.weixin.Interceptor.MsgInterceptor
 
afterSingletonsInstantiated() - 类 中的方法cn.fntop.weixin.config.WeixinAppConfig
 

C

cn.fntop.weixin.annotation - 程序包 cn.fntop.weixin.annotation
 
cn.fntop.weixin.cache - 程序包 cn.fntop.weixin.cache
 
cn.fntop.weixin.config - 程序包 cn.fntop.weixin.config
 
cn.fntop.weixin.controller - 程序包 cn.fntop.weixin.controller
 
cn.fntop.weixin.Interceptor - 程序包 cn.fntop.weixin.Interceptor
 
cn.fntop.weixin.utils - 程序包 cn.fntop.weixin.utils
 
configureAsyncSupport(AsyncSupportConfigurer) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
configureContentNegotiation(ContentNegotiationConfigurer) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
configurePathMatch(PathMatchConfigurer) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
configureViewResolvers(ViewResolverRegistry) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 

D

DEFAULT - 接口 中的静态变量cn.fntop.weixin.config.WxConfigLoader
 

E

extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 

F

FnApi - cn.fntop.weixin.annotation中的注释类型
 
FnApiControllerAdapter - cn.fntop.weixin.controller中的类
小程序消息控制器
FnApiControllerAdapter() - 类 的构造器cn.fntop.weixin.controller.FnApiControllerAdapter
 
FnAutoConfiguration - cn.fntop.weixin.config中的类
微信自动配置
FnAutoConfiguration() - 类 的构造器cn.fntop.weixin.config.FnAutoConfiguration
 
FnAutoConfiguration.MsgConfiguration - cn.fntop.weixin.config中的类
 
FnConfig - cn.fntop.weixin.config中的类
 
FnConfig() - 类 的构造器cn.fntop.weixin.config.FnConfig
 
FnMsg - cn.fntop.weixin.annotation中的注释类型
 
FnMsgControllerAdapter - cn.fntop.weixin.controller中的类
MsgControllerAdapter 对 MsgController 部分方法提供了默认实现, 以便开发者不去关注 MsgController 中不需要处理的抽象方法,节省代码量
FnMsgControllerAdapter() - 类 的构造器cn.fntop.weixin.controller.FnMsgControllerAdapter
 

G

get(String) - 类 中的方法cn.fntop.weixin.cache.SpringAccessTokenCache
 
getInMsgXml(HttpServletRequest) - 类 中的方法cn.fntop.weixin.config.MsgController
 
getMessageCodesResolver() - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
getValidator() - 类 中的方法cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 

I

index(String) - 类 中的方法cn.fntop.weixin.config.MsgController
weixin 公众号服务器调用唯一入口,即在开发者中心输入的 URL 必须要指向此 action
index(String) - 类 中的方法cn.fntop.weixin.controller.FnApiControllerAdapter
 

L

loadWx() - 类 中的方法cn.fntop.weixin.config.WxConfigDefaultLoader
 
loadWx() - 接口 中的方法cn.fntop.weixin.config.WxConfigLoader
加载微信配置
loadWxa() - 类 中的方法cn.fntop.weixin.config.WxConfigDefaultLoader
 
loadWxa() - 接口 中的方法cn.fntop.weixin.config.WxConfigLoader
加载小程序配置
logger - 类 中的静态变量cn.fntop.weixin.utils.WebUtils
 

M

main(String[]) - 类 中的静态方法cn.fntop.weixin.utils.WebUtils
 
MsgConfiguration() - 类 的构造器cn.fntop.weixin.config.FnAutoConfiguration.MsgConfiguration
 
MsgController - cn.fntop.weixin.config中的类
消息控制器
MsgController() - 类 的构造器cn.fntop.weixin.config.MsgController
 
MsgInterceptor - cn.fntop.weixin.Interceptor中的类
消息拦截器
MsgInterceptor() - 类 的构造器cn.fntop.weixin.Interceptor.MsgInterceptor
 

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法cn.fntop.weixin.Interceptor.MsgInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.fntop.weixin.Interceptor.MsgInterceptor
 
processImageMsg(WxaImageMsg) - 类 中的方法cn.fntop.weixin.controller.FnApiControllerAdapter
处理接收到的图片消息
processInCardPassCheckEvent(InCardPassCheckEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
审核事件推送
processInCardPassCheckEvent(InCardPassCheckEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInCardPayOrderEvent(InCardPayOrderEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
券点流水详情事件
processInCardPayOrderEvent(InCardPayOrderEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInCardSkuRemindEvent(InCardSkuRemindEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
卡券库存报警事件
processInCardSkuRemindEvent(InCardSkuRemindEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInCustomEvent(InCustomEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的多客服管理事件
processInCustomEvent(InCustomEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInEqubindEvent(InEqubindEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理微信硬件绑定和解绑事件
processInEqubindEvent(InEqubindEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
处理微信硬件绑定和解绑事件
processInEquDataMsg(InEquDataMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理微信硬件发来数据
processInEquDataMsg(InEquDataMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
处理微信硬件发来数据
processInFollowEvent(InFollowEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的关注/取消关注事件
processInFollowEvent(InFollowEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInImageMsg(InImageMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的图片消息
processInImageMsg(InImageMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInLinkMsg(InLinkMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的链接消息
processInLinkMsg(InLinkMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInLocationEvent(InLocationEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的上报地理位置事件
processInLocationEvent(InLocationEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInLocationMsg(InLocationMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的地址位置消息
processInLocationMsg(InLocationMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInMassEvent(InMassEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的群发任务结束时通知事件
processInMassEvent(InMassEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInMenuEvent(InMenuEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的自定义菜单事件
processInMenuEvent(InMenuEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInMerChantOrderEvent(InMerChantOrderEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
微信小店订单支付成功接口消息
processInMerChantOrderEvent(InMerChantOrderEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInPoiCheckNotifyEvent(InPoiCheckNotifyEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
门店在审核事件消息
processInPoiCheckNotifyEvent(InPoiCheckNotifyEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInQrCodeEvent(InQrCodeEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的扫描带参数二维码事件
processInQrCodeEvent(InQrCodeEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInShakearoundUserShakeEvent(InShakearoundUserShakeEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理微信摇一摇事件
processInShakearoundUserShakeEvent(InShakearoundUserShakeEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInShortVideoMsg(InShortVideoMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的小视频消息
processInShortVideoMsg(InShortVideoMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInSpeechRecognitionResults(InSpeechRecognitionResults) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的语音识别结果
processInSpeechRecognitionResults(InSpeechRecognitionResults) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInTemplateMsgEvent(InTemplateMsgEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的模板消息是否送达成功通知事件
processInTemplateMsgEvent(InTemplateMsgEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInTextMsg(InTextMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的文本消息
processInTextMsg(InTextMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInUpdateMemberCardEvent(InUpdateMemberCardEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
微信会员卡积分变更
processInUpdateMemberCardEvent(InUpdateMemberCardEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInUserCardEvent(InUserCardEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
1.
processInUserCardEvent(InUserCardEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInUserConsumeCardEvent(InUserConsumeCardEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
卡券核销事件推送
processInUserConsumeCardEvent(InUserConsumeCardEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInUserGetCardEvent(InUserGetCardEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
卡券领取事件推送
processInUserGetCardEvent(InUserGetCardEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInUserGiftingCardEvent(InUserGiftingCardEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
卡券转赠事件推送
processInUserGiftingCardEvent(InUserGiftingCardEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInUserPayFromCardEvent(InUserPayFromCardEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
微信会员卡快速买单
processInUserPayFromCardEvent(InUserPayFromCardEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInVerifyFailEvent(InVerifyFailEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
资质认证失败 || 名称认证失败
processInVerifyFailEvent(InVerifyFailEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInVerifySuccessEvent(InVerifySuccessEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
资质认证成功 || 名称认证成功 || 年审通知 || 认证过期失效通知
processInVerifySuccessEvent(InVerifySuccessEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInVideoMsg(InVideoMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的视频消息
processInVideoMsg(InVideoMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInVoiceMsg(InVoiceMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
处理接收到的语音消息
processInVoiceMsg(InVoiceMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processInWifiEvent(InWifiEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
WIFI连网后下发消息 by unas at 2016-1-29
processInWifiEvent(InWifiEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processIsNotDefinedEvent(InNotDefinedEvent) - 类 中的方法cn.fntop.weixin.config.MsgController
没有找到对应的事件消息
processIsNotDefinedEvent(InNotDefinedEvent) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processIsNotDefinedMsg(InNotDefinedMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
没有找到对应的消息
processIsNotDefinedMsg(InNotDefinedMsg) - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
 
processTextMsg(WxaTextMsg) - 类 中的方法cn.fntop.weixin.controller.FnApiControllerAdapter
处理接收到的文本消息
processUserEnterSessionMsg(WxaUserEnterSessionMsg) - 类 中的方法cn.fntop.weixin.controller.FnApiControllerAdapter
处理接收到的进入会话事件

R

remove(String) - 类 中的方法cn.fntop.weixin.cache.SpringAccessTokenCache
 
render(OutMsg) - 类 中的方法cn.fntop.weixin.config.MsgController
在接收到微信服务器的 InMsg 消息后后响应 OutMsg 消息
renderDefault() - 类 中的方法cn.fntop.weixin.controller.FnMsgControllerAdapter
方便没有使用的api返回“”避免出现,该公众号暂时不能提供服务 可重写该方法
renderOutTextMsg(String) - 类 中的方法cn.fntop.weixin.config.MsgController
消息输出
renderText(HttpServletResponse, String) - 类 中的静态方法cn.fntop.weixin.utils.WebUtils
返回json
request - 类 中的变量cn.fntop.weixin.config.MsgController
 
request - 类 中的变量cn.fntop.weixin.controller.FnApiControllerAdapter
 
response - 类 中的变量cn.fntop.weixin.config.MsgController
 
response - 类 中的变量cn.fntop.weixin.controller.FnApiControllerAdapter
 

S

set(String, String) - 类 中的方法cn.fntop.weixin.cache.SpringAccessTokenCache
 
SpringAccessTokenCache - cn.fntop.weixin.cache中的类
基于 spring cache 的 weixin token 缓存
SpringAccessTokenCache() - 类 的构造器cn.fntop.weixin.cache.SpringAccessTokenCache
 

V

valueOf(String) - 枚举 中的静态方法cn.fntop.weixin.config.WxaMsgParser
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.fntop.weixin.config.WxaMsgParser
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebUtils - cn.fntop.weixin.utils中的类
 
WebUtils() - 类 的构造器cn.fntop.weixin.utils.WebUtils
 
WeixinAppConfig - cn.fntop.weixin.config中的类
微信应用配置
WeixinAppConfig() - 类 的构造器cn.fntop.weixin.config.WeixinAppConfig
 
WxaMsgParser - cn.fntop.weixin.config中的枚举
小程序消息解析
WxConfigDefaultLoader - cn.fntop.weixin.config中的类
微信默认yml配置加载器
WxConfigDefaultLoader() - 类 的构造器cn.fntop.weixin.config.WxConfigDefaultLoader
 
WxConfigLoader - cn.fntop.weixin.config中的接口
微信配置加载器,用于实现数据库读取自定义配置等,默认为
A C D E F G I L M P R S V W 
跳过导航链接

Copyright © 2023. All rights reserved.