public class WxmppProcessor extends Object implements org.springframework.beans.factory.InitializingBean
Description: 微信公众号核心服务
| 构造器和说明 |
|---|
WxmppProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
me.chanjar.weixin.mp.api.WxMpMessageRouter |
getWxMpMessageRouter() |
me.chanjar.weixin.mp.api.WxMpService |
getWxMpService() |
void |
setStringRedisTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate) |
void |
setWxmppLogHandler(WxmppLogHandler wxmppLogHandler) |
void |
setWxmppProperties(WxmppProperties wxmppProperties) |
public void setWxmppProperties(WxmppProperties wxmppProperties)
public void setWxmppLogHandler(WxmppLogHandler wxmppLogHandler)
public void setStringRedisTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic me.chanjar.weixin.mp.api.WxMpService getWxMpService()
public me.chanjar.weixin.mp.api.WxMpMessageRouter getWxMpMessageRouter()
Copyright © 2023 Dromara. All rights reserved.