mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-18 21:33:03 +00:00
1. 缓存优化
This commit is contained in:
10
README.md
10
README.md
@@ -92,8 +92,14 @@ json返回数据格式示例:
|
|||||||
"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