【P】完善“ID对照表”中“启动器ID和Key”与“游戏标识符”

【P】在“启动器API”中增加《崩坏3》接口
【P】为“启动器API”的“获取游戏资源”接口增加“`data`对象→`pre_download_game`对象”的描述
This commit is contained in:
Kamisato-Ayaka-233 2023-08-29 08:39:05 +08:00
parent 19ba3d51e9
commit 6566f8e0bf
2 changed files with 37 additions and 7 deletions

View File

@ -170,12 +170,19 @@
## 启动器ID与Key
| ID | Key | 游戏 | 服务器 | 备注 |
| -- | --- | ---- | ----- | ---- |
| 17 | KAtdSsoQ | 原神 | 哔哩哔哩服 | |
| 18 | eYd89JmJ | 原神 | 官服 | |
| 10 | gcStgarh | 原神 | 国际服 | |
| 33 | 6KcVuOkbcqjJomjZ | 崩坏:星穹铁道 | 国服 | |
| ID | Key | 游戏 | 服务器 | 区域 | 备注 |
| -- | --- | ---- | ----- | ---- | --- |
| 4 | SyvuPnqL | 崩坏3 | 官服 | 国服 | |
| 9 | tEGNtVhN | 崩坏3 | 海外服 | 国际服 | |
| 8 | demhUTcW | 崩坏3 | 台服 | 国际服 | |
| 10 | dpz65xJ3 | 崩坏3 | 国际服 | 国际服 | |
| 11 | PRg571Xh | 崩坏3 | 韩服 | 国际服 | |
| 19 | ojevZ0EyIyZNCy4n | 崩坏3 | 日服 | 国际服 | |
| 10 | gcStgarh | 原神 | 国际服 | 国际服 | |
| 17 | KAtdSsoQ | 原神 | 哔哩哔哩服 | 国服 | |
| 18 | eYd89JmJ | 原神 | 官服 | 国服 | |
| 33 | 6KcVuOkbcqjJomjZ | 崩坏:星穹铁道 | 官服 | 国服 | |
| 35 | vplOVX8Vn7cwG8yb | 崩坏:星穹铁道 | 国际服 | 国际服 | |
## 游戏标识符
@ -184,8 +191,11 @@
| 标识符 | 游戏 | 服务器 | 备注 |
| ----- | ---- | ----- | ---- |
| hk4e_cn | 原神 | 国服 | |
| hk4e_global | 原神 | 国际服 | |
| hkrpg_cn | 崩坏:星穹铁道 | 国服 | |
| hkrpg_global | 崩坏:星穹铁道 | 国际服 | |
| bh3_cn | 崩坏3 | 国服 | |
| bh3_global | 崩坏3 | 国际服 | |
## 原神

View File

@ -14,8 +14,16 @@ _请求方式GET_
《原神》国际服:`https://hk4e-launcher-static.hoyoverse.com/hk4e_global/mdk/launcher/api/content`
《原神》国际服:`https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/content`
《崩坏:星穹铁道》国服:`https://api-launcher.mihoyo.com/hkrpg_cn/mdk/launcher/api/content`
《崩坏:星穹铁道》国际服:`https://hkrpg-launcher-static.hoyoverse.com/hkrpg_global/mdk/launcher/api/content`
《崩坏3》国服`https://bh3-launcher-static.mihoyo.com/bh3_cn/mdk/launcher/api/content`
《崩坏3》国际服`https://sdk-os-static.mihoyo.com/bh3_global/mdk/launcher/api/content`
**参数:**
| 字段 | 类型 | 内容 | 备注 |
@ -212,8 +220,16 @@ _请求方式GET_
《原神》国际服:`https://hk4e-launcher-static.hoyoverse.com/hk4e_global/mdk/launcher/api/resource`
《原神》国际服:`https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/resource`
《崩坏:星穹铁道》国服:`https://api-launcher.mihoyo.com/hkrpg_cn/mdk/launcher/api/resource`
《崩坏:星穹铁道》国际服:`https://hkrpg-launcher-static.hoyoverse.com/hkrpg_global/mdk/launcher/api/resource`
《崩坏3》国服`https://bh3-launcher-static.mihoyo.com/bh3_cn/mdk/launcher/api/resource`
《崩坏3》国际服`https://sdk-os-static.mihoyo.com/bh3_global/mdk/launcher/api/resource`
**参数:**
@ -240,7 +256,7 @@ _请求方式GET_
| plugin | obj | 游戏运行库信息 | |
| web_url | str | 启动器下载页面URL | |
| force_update | | 待调查 | |
| pre_download_game | | 待调查 |
| pre_download_game | | 预下载资源信息 |
| sdk | | 待调查 |
| deprecated_packages | arr | 已弃用游戏资源文件的文件名与MD5值 | |
| deprecated_files | arr | 已弃用游戏文件的文件名与MD5值 | |
@ -321,6 +337,10 @@ _请求方式GET_
| size | str | 文件大小 | |
| entry | str | 运行库安装程序的文件名 | 可能为空字符串 |
`data`对象→`pre_download_game`对象:
与`data`对象→`game`对象的结构相同
`data`对象→`game`对象→`deprecated_packages`数组→对象:
| 字段 | 类型 | 内容 | 备注 |