From fc451d3b4142d8e871301bc33e9edd9bb4a008d6 Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Wed, 4 Jun 2025 15:25:26 +0800 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E8=A7=A3=E6=9E=90=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2838431..0febbd7 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ API规则: 2. 获取解析后的直链--JSON格式 http://your_host/json/parser?url=分享链接&pwd=xxx http://your_host/json/网盘标识/分享key@分享密码 +3. 文件夹解析v0.1.8fixed3新增 + http://your_host/json/getFileList?url=分享链接&pwd=xxx ``` json返回数据格式示例: `shareKey`: 全局分享key @@ -132,7 +134,34 @@ json返回数据格式示例: "timestamp": 1736489219402 } ``` -3. 解析次数统计接口 /v2/statisticsInfo +3. 文件夹解析(仅支持蓝奏云/蓝奏优享/小飞机网盘) +```json +{ + "code": 200, + "msg": "success", + "success": true, + "data": [ + { + "fileName": "xxx", + "fileId": "xxx", + "fileIcon": null, + "size": 999, + "sizeStr": "999 M", + "fileType": "apk", + "filePath": null, + "createTime": "17 小时前", + "updateTime": null, + "createBy": null, + "description": null, + "downloadCount": null, + "panType": "lz", + "parserUrl": "下载链接", + "extParameters": null + } + ] +} +``` +4. 解析次数统计接口 /v2/statisticsInfo ```json { "code": 200,