ex_wechat v0.1.8 Wechat.Plugs.WechatMessageParser

Praser message from the body in conn, and then assign the message to conn. Then the developer can get the msg data (elixir map) with:

  message = conn.assigns[:message]

This module doesn’t have other function.

Summary

Functions

call(conn, options)
init(options)