{include file="head.html"} {include file='weixin/nav.html'}
{foreach item=c from=$data} {/foreach}
id 微信token 微信名 状态 接口地址 操作
{$c.id} {$c.token} {$c.title} {if $c.status eq 0}验证{else}运营{/if} http://{$smarty.server.HTTP_HOST}/index.php?m=weixin_openapi&wid={$c.id} 编辑 进入管理 删除
{$pagelist}
{include file="footer.html"}