<#if response.OK> <#if response.result.msgList?? && response.result.msgList?size gt 0> <#list response.result.msgList as msg> ${msg_index + 1 + response.result.mqc.prevSize} ${msg.bornHostString} ${msg.bornTimestamp?number_to_datetime?string("yyyy-MM-dd HH:mm:ss.SSS")} ${msg.reconsumeTimes} <#if msg.decodedBody?length gt 1000>
${msg.decodedBody}
<#else>${msg.decodedBody} <#else> 本次查无数据 <#else> 查询异常!${response.message}