Current section
Files
Jump to
Current section
Files
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>