vault backup: 2026-05-08 11:08:04
This commit is contained in:
@@ -27,7 +27,7 @@ https://www.epicgames.com/id/login?redirectUrl=https%3A%2F%2Fwww.epicgames.com%2
|
||||
以下是系统使用你的账号 Token 所调用的全部 Epic 外部 API:
|
||||
|
||||
| # | 用途 | 方法 | URL | 是否使用你的 Token | 说明 |
|
||||
|---|------|------|-----|:------------------:|------|
|
||||
| --- | ----------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------: | ---------------------------------------------------- |
|
||||
| 1 | 换取/刷新 Token | POST | `https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token` | 否(用客户端凭证) | 用 authorization_code 换取 token,以及定期用 refresh_token 续期 |
|
||||
| 2 | 获取资产列表 | GET | `https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/{platform}` | 是 | 读取你账号拥有的所有 UE/Fab 资产列表(appName、版本号等) |
|
||||
| 3 | 获取下载清单 | GET | `https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/v2/platform/{platform}/namespace/{namespace}/catalogItem/{catalogItemId}/app/{appName}/label/{label}` | 是 | 获取某个资产的 CDN 下载地址,等同于 Launcher 点击"下载"的内部请求 |
|
||||
|
||||
@@ -255,3 +255,7 @@ https://skills.netease.com/skills/skill_65b044f0dd0c
|
||||
- 所有认证相关路由在 Admin 认证保护下
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Fab商城 auth token认证信息
|
||||
https://dev.epicgames.com/docs/web-api-ref/authentication
|
||||
Reference in New Issue
Block a user