Current section

Files

Jump to
ex_wechat lib wechat templates image.eex
Raw

lib/wechat/templates/image.eex

<xml>
<ToUserName><![CDATA[<%= @tousername %>]]></ToUserName>
<FromUserName><![CDATA[<%= @fromusername %>]]></FromUserName>
<CreateTime><%= @createtime %></CreateTime>
<MsgType><![CDATA[<%= @msgtype %>]]></MsgType>
<Image>
<MediaId><![CDATA[<%= @image.mediaid %>]]></MediaId>
</Image>
</xml>