mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-18 05:13:03 +00:00
1. 缓存优化
This commit is contained in:
18
README.md
18
README.md
@@ -88,12 +88,18 @@ API规则:
|
|||||||
json返回数据格式示例:
|
json返回数据格式示例:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"msg": "success",
|
"msg": "success",
|
||||||
"success": true,
|
"success": true,
|
||||||
"count": 0,
|
"count": 0,
|
||||||
"data": "https://下载链接",
|
"data": {
|
||||||
"timestamp": 1690733953927
|
"shareKey": "lz:xxx",
|
||||||
|
"directLink": "下载直链",
|
||||||
|
"cacheHit": true,
|
||||||
|
"expires": "2024-09-18 01:48:02",
|
||||||
|
"expiration": 1726638482825
|
||||||
|
},
|
||||||
|
"timestamp": 1726637151902
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user