{if count($queue)>0}>
| <{t}>对像<{/t}> | <{t}>事件<{/t}> | <{t}>状态<{/t}> | <{t}>发送次数<{/t}> | <{t}>最后发送时间<{/t}> | <{t}>返回信息<{/t}> |
|---|---|---|---|---|---|
| <{$aList.object_name}> | <{$aList.event_name}> | <{if $aList.status=='0'}>待发送<{elseif $aList.status=='1'}>成功<{elseif $aList.status=='2'}>失败<{elseif $aList.status=='3'}>锁定<{else}>未知<{/if}> | <{$aList.send_num}> | <{if $aList.lasttime>0}><{$aList.lasttime|usertime}><{else}>--<{/if}> | <{$aList.response_msg}> |