{php include wl_template('common/header');} {if $_W['method'] == 'account_list'} {if empty($_GPC['lct'])} {/if}
{php echo tpl_form_filter_hidden('cloud/plugin/account_list');}
如果没有设置公众号权限,默认拥有全部插件权限
{if empty($accounts)}

还没有相关数据

{else}
{loop $accounts $account} {/loop}
公众号 应用权限 操作
{$account['name']} {loop $account['plugins'] $plugin} {if $plugins[$plugin]['name']}{$plugins[$plugin]['name']};{/if} {/loop} 编辑 删除
{$pager}
{/if}
{/if} {if $_W['method'] == 'account_post'} {if empty($_GPC['lct'])} {/if}
公众号权限
{loop $plugins $plugin} {/loop}
{/if} {php include wl_template('common/footer');}