业务用户总数
{{ stats.users.total }}
正常用户
{{ stats.users.active }}
上线套餐数
{{ stats.plans.active }}
有效 Token
{{ stats.tokens.active }}
待支付订阅
{{ stats.subscriptions.pending }}
生效中订阅
{{ stats.subscriptions.active }}
已过期订阅
{{ stats.subscriptions.expired }}
7 天内到期(活跃)
{{ stats.subscriptions.renew_within_7d }}
加载中…
+数据时间:{{ stats && stats.server_time }}
+将 pending 订阅置为 active,并写入支付单号。
将 pending 订阅置为 active,并写入支付单号。
POST /api/auth/verify,body 示例:
+ {"token":"明文","feature":"msg","usage_delta":{"msg":1}}
+