<#if response.OK> <#if response.result?? && response.result?size gt 0> <#list response.result as ipSearchResultVO> ${ipSearchResultVO.ip} <#if ipSearchResultVO.consumer??> ${ipSearchResultVO.consumer} <#else> 无 <#if ipSearchResultVO.producer??> ${ipSearchResultVO.producer} <#else> 无 ${ipSearchResultVO.topic.name} <#else> 未查询到数据 <#else> 查询异常!${response.message}