有效授权
{{ dashboard.licenses.active || 0 }}共 {{ dashboard.licenses.total || 0 }} 份授权LICENSE AUTHORITY / LIVE
授权网络运行正常
过去 24 小时有 {{ dashboard.installations.checked_today || 0 }} 个安装实例成功续签。
7DGRACE
活跃安装
{{ dashboard.installations.active || 0 }}注册 {{ dashboard.installations.total || 0 }} 个实例暂停 / 撤销
{{ (dashboard.licenses.suspended || 0) + (dashboard.licenses.revoked || 0) }}终止租约即时生效已过期
{{ dashboard.licenses.expired || 0 }}不可继续续签AUDIT STREAM
最近活动
{{ eventLabel(event.event_type) }}
{{ event.license_no || event.install_id || event.ip || '系统事件' }}
暂无审计事件
| 授权 / 客户 | 绑定域名 | 状态 | 安装 | 到期时间 | 操作 |
|---|---|---|---|---|---|
| {{ item.license_no }}{{ item.customer_name }} | {{ item.licensed_domain }}ID {{ item.code_id }} | {{ statusLabel(item.effective_status) }} | {{ item.installation_count }} / {{ item.max_installations }} |
还没有符合条件的授权
| 安装实例 | 客户 / 授权 | 状态 | 版本 | 最后续签 | 来源 IP | 操作 |
|---|---|---|---|---|---|---|
| {{ item.domain }}{{ item.install_id }} | {{ item.customer_name }}{{ item.license_no }} | {{ item.status==='active'?'活跃':'已停用' }} | {{ item.app_version || '—' }} | {{ item.last_check_at || '尚未续签' }} | {{ item.last_ip || '—' }} | — |
暂无安装实例
IMMUTABLE TRAIL
审计日志
| 时间 | 事件 | 发起方 | 授权 / 安装 | IP | 详情 |
|---|---|---|---|---|---|
| {{ item.created_at }} | {{ eventLabel(item.event_type) }}{{ item.event_type }} | {{ item.actor_type }} · {{ item.actor_id || '—' }} | {{ item.license_no || '—' }}{{ item.install_id || '' }} | {{ item.ip || '—' }} | {{ JSON.stringify(item.details) }} |
CLIENT INTEGRATION
三步完成在线授权
首次用授权码激活,此后每天仅用安装令牌续租。客户系统断网时验证本地租约,最迟使用到 grace_until。
POST
/api/v1/licenses/activate/POST
/api/v1/licenses/check/POST
/api/v1/licenses/deactivate/PUBLIC VERIFY KEY
{{ publicKey.key_id || '加载中' }}
{{ publicKey.public_key }}客户端只部署此公钥。私钥位于 Web 根目录之外,不可进入 Git 或客户程序。
LEASE RESPONSE
签名租约结构
{
"key_id": "rsa-2026-01",
"payload": "Base64Url(raw JSON)",
"signature": "Base64Url(RSA-SHA256 signature)"
}