Skip to content

Commit

Permalink
1. 缓存优化
Browse files Browse the repository at this point in the history
  • Loading branch information
qaiu committed Sep 18, 2024
1 parent 59d2fb3 commit dc51066
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,18 @@ API规则:
json返回数据格式示例:
```json
{
"code": 200,
"msg": "success",
"success": true,
"count": 0,
"data": "https://下载链接",
"timestamp": 1690733953927
"code": 200,
"msg": "success",
"success": true,
"count": 0,
"data": {
"shareKey": "lz:xxx",
"directLink": "下载直链",
"cacheHit": true,
"expires": "2024-09-18 01:48:02",
"expiration": 1726638482825
},
"timestamp": 1726637151902
}
```

Expand Down

0 comments on commit dc51066

Please sign in to comment.