更新 README.md

This commit is contained in:
qaiu
2025-07-08 03:46:19 +08:00
committed by GitHub
parent 036f107c90
commit 7a02b1e97f

View File

@@ -87,6 +87,10 @@ API规则:
http://your_host/json/网盘标识/分享key@分享密码 http://your_host/json/网盘标识/分享key@分享密码
3. 文件夹解析v0.1.8fixed3新增 3. 文件夹解析v0.1.8fixed3新增
http://your_host/json/getFileList?url=分享链接&pwd=xxx http://your_host/json/getFileList?url=分享链接&pwd=xxx
---
1. 文件解析:/json/parser?url=分享链接&pwd=xxx
``` ```
json返回数据格式示例: json返回数据格式示例:
`shareKey`: 全局分享key `shareKey`: 全局分享key
@@ -153,15 +157,15 @@ json返回数据格式示例:
"fileIcon": null, "fileIcon": null,
"size": 999, "size": 999,
"sizeStr": "999 M", "sizeStr": "999 M",
"fileType": "apk", "fileType": "file/folder",
"filePath": null, "filePath": null,
"createTime": "17 小时前", "createTime": "17 小时前",
"updateTime": null, "updateTime": null,
"createBy": null, "createBy": null,
"description": null, "description": null,
"downloadCount": null, "downloadCount": 下载次数,
"panType": "lz", "panType": "lz",
"parserUrl": "下载链接", "parserUrl": "下载链接/文件夹链接",
"extParameters": null "extParameters": null
} }
] ]