mirror of
https://github.com/PaiGramTeam/mihoyo-api-collect.git
synced 2024-11-22 07:07:43 +00:00
-
This commit is contained in:
parent
5d7b97c681
commit
6db1fa6d44
@ -91,6 +91,7 @@
|
||||
- [x] [用户Token](hoyolab/user/token.md)
|
||||
- [ ] [用户游戏信息](hoyolab/user/game_account_info.md)
|
||||
|
||||
|
||||
---
|
||||
|
||||
### 《原神(Genshin Impact,Genshin,hk4e)》
|
||||
@ -131,7 +132,10 @@
|
||||
《崩坏3》游戏内的API。
|
||||
|
||||
-->
|
||||
|
||||
### 游戏启动器(Game launcher)
|
||||
- [ ] [启动器](launcher)
|
||||
- [ ] [原神](launcher/ys.md)
|
||||
- [ ] [崩铁](launcher/sr.md)
|
||||
---
|
||||
|
||||
## 贡献
|
||||
|
11
launcher/sr.md
Normal file
11
launcher/sr.md
Normal 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
11
launcher/ys.md
Normal 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 |
|
||||
|
Loading…
Reference in New Issue
Block a user