mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 12:53:02 +00:00
更新 README.md
This commit is contained in:
@@ -78,11 +78,11 @@ API规则:
|
|||||||
> 建议使用UrlEncode编码分享链接
|
> 建议使用UrlEncode编码分享链接
|
||||||
|
|
||||||
1. 解析并自动302跳转
|
1. 解析并自动302跳转
|
||||||
http://your_host/parser?url=分享链接&pwd=xxx
|
http://your_host/parser?url=分享链接&pwd=xxx
|
||||||
或者 http://your_host/parser?url=UrlEncode(分享链接)&pwd=xxx
|
http://your_host/parser?url=UrlEncode(分享链接)&pwd=xxx
|
||||||
http://your_host/d/网盘标识/分享key@分享密码
|
http://your_host/d/网盘标识/分享key@分享密码
|
||||||
2. 获取解析后的直链--JSON格式
|
2. 获取解析后的直链--JSON格式
|
||||||
http://your_host/json/parser?url=分享链接&pwd=xxx
|
http://your_host/json/parser?url=分享链接&pwd=xxx
|
||||||
http://your_host/json/网盘标识/分享key@分享密码
|
http://your_host/json/网盘标识/分享key@分享密码
|
||||||
3. 文件夹解析v0.1.8fixed3新增
|
3. 文件夹解析v0.1.8fixed3新增
|
||||||
http://your_host/json/getFileList?url=分享链接&pwd=xxx
|
http://your_host/json/getFileList?url=分享链接&pwd=xxx
|
||||||
@@ -97,6 +97,8 @@ json返回数据格式示例:
|
|||||||
`directLink`: 下载链接
|
`directLink`: 下载链接
|
||||||
`cacheHit`: 是否为缓存链接
|
`cacheHit`: 是否为缓存链接
|
||||||
`expires`: 缓存到期时间
|
`expires`: 缓存到期时间
|
||||||
|
```
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"code": 200,
|
"code": 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user