This commit is contained in:
莫颜JDC 2023-08-20 21:02:52 +08:00
parent 5d7b97c681
commit 6db1fa6d44
3 changed files with 27 additions and 1 deletions

View File

@ -91,6 +91,7 @@
- [x] [用户Token](hoyolab/user/token.md)
- [ ] [用户游戏信息](hoyolab/user/game_account_info.md)
---
### 《原神Genshin ImpactGenshinhk4e
@ -131,7 +132,10 @@
《崩坏3》游戏内的API。
-->
### 游戏启动器Game launcher
- [ ] [启动器](launcher)
- [ ] [原神](launcher/ys.md)
- [ ] [崩铁](launcher/sr.md)
---
## 贡献

11
launcher/sr.md Normal file
View File

@ -0,0 +1,11 @@
# 原神启动器
## 获取背景图等
`https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/content`
**参数:**
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| key | str | key | 为eYd89JmJ |
| language | str | 语言 | 默认zh-cn |
| filter_adv | bool | 是否为简略信息 | 默认fasle |

11
launcher/ys.md Normal file
View File

@ -0,0 +1,11 @@
# 崩坏:星穹启动器
## 获取背景图等
`https://api-launcher.mihoyo.com/hkrpg_cn/mdk/launcher/api/content`
**参数:**
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| key | str | key | 为6KcVuOkbcqjJomjZ |
| language | str | 语言 | 默认zh-cn |
| filter_adv | bool | 是否为简略信息 | 默认fasle |