Create info.md

This commit is contained in:
MoRanYue 2023-01-20 19:25:57 +08:00 committed by GitHub
parent 31de5b9ca2
commit 2e4315f91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

38
yuanshen/info.md Normal file
View File

@ -0,0 +1,38 @@
# 原神玩家基本信息
- [获取玩家基本信息](#获取玩家基本信息)
## 获取玩家基本信息
**国服:**
_请求方式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 港澳台服 | |
返回
根对象
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |