#if chatmessage.msgtype?? && chatmessage.msgtype == "image">
<#elseif chatmessage.msgtype?? && chatmessage.msgtype == "cooperation">
系统发送了一个协作邀请
<#elseif chatmessage.msgtype?? && chatmessage.msgtype == "file">
<#elseif chatmessage.msgtype?? && chatmessage.msgtype == "location">
${chatmessage.message!''}
<#if systemConfig?? && systemConfig.mapkey?? && systemConfig.mapkey != ''>
#if>
<#elseif chatmessage.msgtype?? && chatmessage.msgtype == "voice">
${chatmessage.duration!''}秒
<#if chatmessage.expmsg??>
${chatmessage.expmsg!''}
#if>
<#else>
${(chatmessage.message!'')?no_esc}
<#if chatmessage.suggestmsg?? && chatmessage.suggestmsg!="">
#if>
#if>