ex_wechat v0.1.7
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.