{{ pageTitle }}

{{ username }}
账号库存 总额度: {{ accountStock.total_available }} 150额度: {{ accountStock.quota_150_count }}个 ({{ accountStock.quota_150_total }}) 75额度: {{ accountStock.quota_75_count }}个 ({{ accountStock.quota_75_total }}) 其他: {{ accountStock.other_count }}个 ({{ accountStock.other_total }})
ID 卡密 总额度 有效天数 平台(备注) 状态 过期时间 使用设备 创建时间 操作
{{ card.id }} {{ card.card_key }} {{ card.quota }} {{ card.duration_days }}天 {{ card.platform || '-' }} {{ card.status === 0 ? '未使用' : (card.status === 1 ? '已使用' : '已过期') }} {{ formatTime(card.expire_at) || '-' }} {{ card.used_by_device || '-' }} {{ formatTime(card.created_at) }}
ID 卡密 状态 生成时间 使用时间 到期时间 使用设备ID 操作
{{ g.id }} {{ g.card_key }} {{ g.status === 0 ? '未使用' : (g.status === 1 ? '已使用' : '已过期') }} {{ formatTime(g.created_at) }} {{ formatTime(g.used_at) || '-' }} {{ formatTime(g.expire_at) || '-' }} {{ g.device_id || '-' }}
已选择 {{ selectedAccountIds.length }} 个账号
ID 邮箱 设备ID Refresh Token 业务状态 总额度 已用 可用 令牌过期 下次刷新 更新时间 操作
{{ acc.id }} {{ acc.email || '-' }} {{ acc.device_id || '-' }} {{ acc.refresh_token }} {{ acc.biz_status === 'limited' ? '上限' : acc.biz_status === 'banned' ? '封禁' : '正常' }} {{ acc.total_quota }} {{ acc.used_quota }} {{ acc.available_quota }} {{ formatTime(acc.token_expire_at) || '-' }} {{ formatTime(acc.next_refresh_at) || '-' }} {{ formatTime(acc.updated_at) }}
设备ID 状态 到期时间 卡密 账号 总额度 已用 可用 创建时间 操作
{{ device.device_id }} {{ device.is_expired ? '已过期' : '有效' }} {{ formatTime(device.expire_at) }} {{ device.card_count }} {{ device.account_count }} {{ device.total_quota }} {{ device.used_quota }} {{ device.available_quota }} {{ formatTime(device.created_at) }}
ID 用户名 创建时间 操作
{{ admin.id }} {{ admin.username }} {{ formatTime(admin.created_at) }}