feat(user): support global rank & country rank

This commit is contained in:
MingxuanGame
2025-08-12 13:36:15 +00:00
parent 147509a93c
commit 52df05648c
8 changed files with 392 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ class BatchUserResponse(BaseModel):
@router.get(
"/users",
"/users/",
response_model=BatchUserResponse,
name="批量获取用户信息",
description="通过用户 ID 列表批量获取用户信息。",