PC
启动器相关
在线API分享
https://www.apifox.cn/apidoc/shared-03428670-ab93-4bc7-a1ce-b8b0b4476b14
GET
getLatestRelease
获得启动器更新
完整URL
1 2
| 国服 https://api-static.mihoyo.com/takumi/ptolemaios/api/getLatestRelease 国际服 https://sg-public-api-static.hoyoverse.com/ptolemaios/api/getLatestRelease
|
Query参数
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| 官服 app_id,100638 key,f3164c6a0b066008014a6ba882b777036ce2adb086c2bb5d44ff7f4a448145a7 app_version,2.21.1.0 channel,official B服 app_id,100601 key,f8cdb755733f78fbda40a2f17d43e925841e44530983a1900371e9dd4cc601a0 app_version,2.20.2.0 channel,official 国际服 app_id,599580 key,f3a008eb6e306a0ff6bdb827faede687da3151402565bb3b76fc75f86a2773b2 app_version,2.18.1.0 channel,official
|
app_id&key随版本更新变化,不过返回的内容都相同,仅记录一组
返回Body
1 2 3 4 5 6
| .data.has_update 是否需要更新 .data.package_url 下载链接 .data.package_verson 版本 .data.package_name 名称 .data.package_md5 md5码 .data.package_size 大小
|
resource
获取游戏资源
完整URL
1 2
| 国服 https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/resource 国际服 https://hk4e-launcher-static.hoyoverse.com/hk4e_global/mdk/launcher/api/resource
|
Query参数
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| 官服 launcher_id,18 key,eYd89JmJ channel_id,1 sub_channel_id,1 B服 launcher_id,17 key,KAtdSsoQ channel_id,14 sub_channel_id,0 国际服 key,gcStgarh launcher_id,10 channel_id,1 sub_channel_id,3
|
返回Body
1 2 3 4 5 6 7 8
| .data.game.latest 当前版本文件 .data.game.diffs 版本更新文件 .data.pre_download_game 预下载文件 .data.sdk sdk文件 .data.deprecated_files 弃用文件
.data.game.latest.version 当前版本 .data.game.latest.decompressed_path 单文件下载路径
|
大部分文件都有
1 2 3 4
| package_size 包体大小 size 解压所需空间 md5 MD5码 path 下载路径
|
content
获取显示内容
完整URL
1
| 国服 https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/content 国际服 https://hk4e-launcher-static.hoyoverse.com/hk4e_global/mdk/launcher/api/content
|
Query参数
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| 官服 launcher_id,18 key,eYd89JmJ filter_adv,false language,zh-cn B服 launcher_id,17 key,KAtdSsoQ filter_adv,false language,zh-cn 国际服 key,gcStgarh launcher_id,10 filter_adv,false language,zh-cn
|
返回Body
1 2 3
| .data.adv.background 背景图片 .data.adv.bg_checksum MD5码 .data.post 海报
|
changelog
获取启动器更新日志
1 2 3
| https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/changelog?key=eYd89JmJ&language=zh-cn&launcher_id=18& https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/changelog?key=KAtdSsoQ&language=zh-cn&launcher_id=17& https://sdk-os-static.hoyoverse.com/hk4e_global/mdk/launcher/api/changelog?key=gcStgarh&language=zh-cn&launcher_id=10&
|
protocol
获取游玩协议
1 2 3
| https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/protocol?key=eYd89JmJ&language=zh-cn&launcher_id=18& https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/protocol?key=KAtdSsoQ&language=zh-cn&launcher_id=17& https://sdk-os-static.hoyoverse.com/hk4e_global/mdk/launcher/api/protocol?key=gcStgarh&language=zh-cn&launcher_id=10&
|
plugin 获取补丁(?)
1 2 3
| https://api-sdk.mihoyo.com/hk4e_cn/mdk/launcher/api/plugin?device_id={{device_id}}&key=eYd89JmJ&launcher_id=18 https://api-sdk.mihoyo.com/hk4e_cn/mdk/launcher/api/plugin?device_id={{device_id}}&key=KAtdSsoQ&launcher_id=17 https://hk4e-launcher.hoyoverse.com/hk4e_global/mdk/launcher/api/plugin?device_id={{device_id}}&launcher_id=10&key=gcStgarh
|