接口 UnKnowWeChatMessageListener


public interface UnKnowWeChatMessageListener
未知的微信消息处理器
作者:
chunyang.leng
  • 方法概要

    修饰符和类型
    方法
    说明
    handlerOtherType(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
    处理其他类型信息
  • 方法详细资料

    • handlerOtherType

      String handlerOtherType(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
      处理其他类型信息
      参数:
      objectNode - 微信传过来到数据
      返回:
      微信返回值, xml格式信息,需要自己处理加解密