Current section

Files

Jump to
ex_wechat lib wechat templates voice.eex
Raw

lib/wechat/templates/voice.eex

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