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