{extend name="admin@main"} {block name="button"} {if auth("service/index/syncall")} {/if} {/block} {block name="content"}
{include file='index/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
接口信息 服务号信息
公众号APPID:{$vo.authorizer_appid}    调用次数:{$vo.total}
接口授权密钥:{$vo.appkey|default='未生成接口服务密码, 请稍候授权绑定'|raw}
消息推送接口:{$vo.appuri|default='未配置消息推送接口'|raw}
昵称:{$vo.nick_name|default='未获取到公众号昵称'|raw}
公司:{$vo.principal_name|default='未获取到公司名字'|raw}
状态:{if $vo.service_type eq 2}服务号{elseif $vo.service_type eq 3}小程序{else}订阅号{/if} / {$vo.verify_type == -1 ? '未认证' : '已认证'} / {if $vo.status eq 0}已禁用{elseif $vo.status eq 1}使用中{/if}
账号:{$vo.user_name|default='--'}
日期:{$vo.create_at|format_datetime|str_replace=' ','
时间:',###|raw}
{if $vo.status eq 1 and auth("servce/index/forbid")} 禁 用 {elseif auth("servce/index/resume")} 启 用 {/if} {if auth("service/index/sync")} 同 步 {/if} {if auth("service/index/remove")} 删 除 {/if} {if auth("service/index/clearquota")} 清 零 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}