diff --git a/app/service/ranking_cache_service.py b/app/service/ranking_cache_service.py index 3d76248..8b4f3cf 100644 --- a/app/service/ranking_cache_service.py +++ b/app/service/ranking_cache_service.py @@ -330,6 +330,7 @@ class RankingCacheService: # 计算统计信息 stats = { + "total": total_users, "total_users": total_users, "last_updated": utcnow().isoformat(), "type": type,