总览
库存水位 · 卡密 · 兑换
发货库存(可用)
{{ inv.available ?? '—' }}
目标 {{ inv.target ?? '—' }} · 锁定 {{ inv.locked ?? 0 }}
补货状态
{{ inv.replenishing?'补货中':'充足' }}
缺口 {{ inv.shortfall ?? 0 }} · 已发 {{ inv.delivered ?? 0 }}
卡密(可用/已用)
{{ stats.cards?.active ?? 0 }} / {{ stats.cards?.done ?? 0 }}
总计 {{ stats.cards?.total ?? 0 }}
兑换记录
{{ stats.redemptions ?? 0 }}
累计兑换次数
⚠ 库存接口异常:{{ invErr }}
检查「系统配置 → magic-codex 内网」的地址与令牌。
生成卡密
批量生成高熵卡密,每卡绑定账号数量
批次 {{ genResult.batch_id }} · 成功 {{ genResult.inserted }} 张
| 账号数量 | 卡密 | 收货链接 |
|---|---|---|
| {{ c.quantity }} | {{ c.code }} | {{ c.link }} |
卡密管理
按批次查看 / 导出 / 停用
| 卡密 | 数量 | 状态 | 批次 | 创建时间 | 操作 |
|---|---|---|---|---|---|
| {{ c.code }} | {{ c.quantity }} | {{ statusCN(c.status) }} | {{ c.batch_id }} | {{ c.created_at }} |
共 {{ cards.total }} 张
兑换记录
取货排队 · 出货状态
| # | 卡密 | 状态 | 需求/已发 | IP | 说明 | 更新时间 |
|---|---|---|---|---|---|---|
| {{ r.id }} | {{ r.card_code }} | {{ statusCN(r.status) }} | {{ r.requested }} / {{ r.delivered }} | {{ r.ip }} | {{ r.error || '' }} | {{ r.updated_at }} |
共 {{ redemptions.total }} 条
系统配置
内网领货 · 收货页 · 服务参数