Class WxappLogHandler

java.lang.Object
cn.herodotus.engine.assistant.access.processor.WxappLogHandler
All Implemented Interfaces:
cn.binarywang.wx.miniapp.message.WxMaMessageHandler

public class WxappLogHandler extends Object implements cn.binarywang.wx.miniapp.message.WxMaMessageHandler

Description: 微信小程序Log处理器

Author:
: gengwei.zheng
Date:
: 2021/4/7 12:44
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    cn.binarywang.wx.miniapp.message.WxMaXmlOutMessage
    handle(cn.binarywang.wx.miniapp.bean.WxMaMessage wxMaMessage, Map<String,Object> context, cn.binarywang.wx.miniapp.api.WxMaService wxMaService, me.chanjar.weixin.common.session.WxSessionManager sessionManager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WxappLogHandler

      public WxappLogHandler()
  • Method Details

    • handle

      public cn.binarywang.wx.miniapp.message.WxMaXmlOutMessage handle(cn.binarywang.wx.miniapp.bean.WxMaMessage wxMaMessage, Map<String,Object> context, cn.binarywang.wx.miniapp.api.WxMaService wxMaService, me.chanjar.weixin.common.session.WxSessionManager sessionManager) throws me.chanjar.weixin.common.error.WxErrorException
      Specified by:
      handle in interface cn.binarywang.wx.miniapp.message.WxMaMessageHandler
      Throws:
      me.chanjar.weixin.common.error.WxErrorException