{include file="common/_require"}
{include file="common/_header"} {include file="common/left_admin"}
首页
API Key 管理
API Key 管理
{empty name="api_key"}
您还没有 API Key,点击下方按钮生成一个。
名称
生成 API Key
{else /}
名称
{$api_key.name|default='-'}
Key
{$api_key.api_key_preview}
状态
{if condition="$api_key.status == 1"}
启用
{else /}
禁用
{/if}
创建时间
{$api_key.create_time_text}
权限设置
管理自己的数据
创建/编辑 API 数据
管理后台数据
编辑后台创建的数据
删除权限
重新生成 Key
{if condition="$api_key.status == 1"}禁用 Key{else /}启用 Key{/if}
{/empty}
{include file="common/_footer"}