-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fba987f
commit 8ca8580
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# download-server | ||
提供下载节点服务 | ||
# MSL-API-V2 Mirror Server | ||
提供下载节点镜像服务 | ||
|
||
|
||
|
||
请求方法: | ||
|
||
POST / | ||
|
||
请求头:authorization:Bearer ${AUTH_TOKEN} | ||
|
||
请求内容:url: 需要下载的文件地址 | ||
|
||
|
||
|
||
返回内容:服务端会返回一个下载地址,2小时有效,2小时后自动删除文件 |