Current section
Files
Jump to
Current section
Files
lib/ex_wechat/templates/image.eex
<xml>
<ToUserName><![CDATA[<%= @to %>]]></ToUserName>
<FromUserName><![CDATA[<%= @from %>]]></FromUserName>
<CreateTime><%= DateTime.to_unix(DateTime.utc_now) %></CreateTime>
<MsgType><![CDATA[<%= @msgtype %>]]></MsgType>
<Image>
<MediaId><![CDATA[<%= @media_id %>]]></MediaId>
</Image>
</xml>