{$title} 用户获取红包信息

合计
{if $wall_config['rentweixin']!= 2} {/if}
红包数 {$redpacket_count}个
总金额 {$total_amount}元
实际收到 {$total_sendedamount}元
{if $wall_config['rentweixin']!= 2}
红包发送记录
{foreach $redpacketsendlog as $item} {/foreach}
订单标号 金额 发放结果
{$item['mch_billno']} {$item['amount']} {$item['err_code_des']}
{/if}
红包列表
{foreach $redpacketusers as $item} {/foreach}
轮次编号 金额 状态 发放时间 操作
{$item['roundid']} {$item['amount']}元 {$item['statustext']} {$item['updated_at']} {if $item['status']==5}查询状态{/if} {if $item['status']==4}重发{/if}