本站不保存 KEY 信息,查询后请自行保存
支持自定义线路,官网线路需要魔法
| API KEY | 总额度({{ totalResult.totalAmount.toFixed(2) }}) | 已使用({{ totalResult.totalUsage.toFixed(2) }}) | 剩余量({{ totalResult.totalAvailable.toFixed(2) }}) | 使用计划 | 到期时间 | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ result.apiKey.replace(/^(sess-[a-zA-Z0-9]{4})[a-zA-Z0-9]*(.{6})$/, "$1***$2") }} | 账号异常:{{ result.errorInfo }} | {{ result.totalAmount.toFixed(2) }} | {{ result.totalUsage.toFixed(2) }} ({{ ((result.totalUsage / result.totalAmount) * 100).toFixed(2) }}%) | {{ result.totalAvailable.toFixed(2) }} ({{ ((result.totalAvailable / result.totalAmount) * 100).toFixed(2) }}%) | 免费试用 付费订阅 | {{ formatTime(result.accessUntil) }} | ||||