From dc51066ceaed0c1d4841138f9069d515c60bb5e0 Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Wed, 18 Sep 2024 13:28:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=BC=93=E5=AD=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 495ec00..348ea5d 100644 --- a/README.md +++ b/README.md @@ -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 } ```