mihoyo-api-collect/genshin_impact/user/info.md
Kamisato-Ayaka-233 f9bfd9f596 something
2023-02-05 15:37:52 +08:00

39 lines
789 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 原神玩家基本信息
- [获取玩家基本信息](#获取玩家基本信息)
## 获取玩家基本信息
**国服:**
_请求方式GET_
`https://api-takumi-record.mihoyo.com/game_record/app/genshin/api/index`
参数
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| role_id | num | 玩家UID | |
| server | str | cn_gf01 官服<br/>cn_qd01 渠道服 | |
**国际服:**
_请求方式GET_
`https://bbs-api-os.hoyolab.com/game_record/genshin/api/index`
参数
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| role_id | num | 玩家UID | |
| server | str | os_asia 亚服<br/>os_euro 欧服<br/>os_usa 美服<br/>os_cht 港澳台服 | |
返回
根对象
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |