群发消息列表
{if $wechat AND $wechat['status']['value'] == 1}

每日可群发100次,但是用户每月只能接收4条。

{if !$list->isEmpty()} {foreach $list as $item} {/foreach} {else /} {/if}
消息编号 任务ID 消息标题 消息类型 群发状态 群发人数 成功人数 添加时间 操作
{$item['wechat_batch_send_id']} {$item['msg_id']?$item['msg_id']:'--'}

{$item['title']}

{$item['msg_type']['text']} {$item['status']['text']} {$item['fans_count']>0?$item['fans_count']:'--'} {$item['send_count']>0?$item['send_count']:'--'} {$item['create_time']}
暂无记录
{:$list->render()}
总记录:{:$list->total()}
{else /}
未绑定授权公众号
{/if}
{include file="../../admin/view/wechat/send/add" /} {include file="../../admin/view/wechat/send/edit" /}