docs: update missing documentation from closed issues (#948)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2026-04-06 11:11:44 +08:00
committed by GitHub
co-authored by Claude Opus 4.6
parent a0db913952
commit b86d1faac4
16 changed files with 120 additions and 20 deletions
@@ -35,7 +35,7 @@ res = requests.post(
}
)
# 返回值 {"jwt": "<Jwt>"}
# 返回值 {"jwt": "<Jwt>", "address": "<邮箱地址>", "address_id": 123}
print(res.json())
```