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

合计
红包数 {$redpacket_count}个
总金额 {$total_amount}元
实际收到 {$total_sendedamount}元
红包发送记录
{foreach $redpacketsendlog as $item} {/foreach}
订单标号 金额 发放结果
{$item['mch_billno']} {$item['amount']} {$item['err_code_des']}
红包列表
{foreach $redpacketusers as $item} {/foreach}
轮次编号 金额 状态 发放时间
{$item['roundid']} {$item['amount']}元 {$item['statustext']} {$item['updated_at']}