{switch $row.type}
{case default}
{$row.format_message}
{/case}
{case image}

{/case}
{case audio}
{/case}
{case video}
{/case}
{case file}
{$row.format_message.suffix}文件
{$row.format_message.size}
{/case}
{case link}
{$row.format_message.link_name ? $row.format_message.link_name:$row.format_message.link_url}
网址为:{$row.format_message.link_url} 请注意您的账户和财产安全!
{/case}
{case system}
{$row.format_message.message}
{$row.format_message.display_user == 'all' && $row.group_id > 0 ? '
接受人为所有群成员':''}
{/case}
{case group_apply}
验证消息:{$row.format_message.note}
{/case}
{case group_notice}
{$row.format_message.message}
{/case}
{case group_invitation}
{$row.format_message.message}
{/case}
{case friend_apply}
验证消息:{$row.format_message.note}
{/case}
{case kbs_list}
{$row.format_message.title}
{/case}
{case group_chat_notice}
{$row.format_message.content}
{/case}
{case voice}
{/case}
{/switch}