Current section

Files

Jump to
ex_wechat lib wechat templates text.eex
Raw

lib/wechat/templates/text.eex

<xml>
<ToUserName><![CDATA[<%= @tousername %>]]></ToUserName>
<FromUserName><![CDATA[<%= @fromusername %>]]></FromUserName>
<CreateTime><%= @createtime %></CreateTime>
<MsgType><![CDATA[<%= @msgtype %>]]></MsgType>
<Content><![CDATA[<%= @content %>]]></Content>
</xml>