diff --git a/README.md b/README.md index fc169f0..e928cb5 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,17 @@ parser接口可以直接解析分享链接: 加密分享需要加上参数pwd= http://your_host/parser?url=https://www.ecpan.cn/web/%23/yunpanProxy?path=%2F%23%2Fdrive%2Foutside&data=81027a5c99af5b11ca004966c945cce6W9Bf2&isShare=1 http://your_host/parser?url=https://www.ecpan.cn/&data=81027a5c99af5b11ca004966c945cce6W9Bf2&isShare=1 ``` +json返回数据格式示例: +```json +{ + "code": 200, + "msg": "success", + "success": true, + "count": 0, + "data": "https://下载链接", + "timestamp": 1690733953927 +} +``` IDEA HttpClient示例: