网盘快速下载服务 API
    网盘快速下载服务 API
    • 解析接口
      • 解析分享链接(重定向)
        GET
      • 解析分享链接(JSON)
        GET
      • 根据类型和Key解析(重定向)
        GET
      • 根据类型和Key解析(JSON)
        GET
      • 获取链接信息
        GET
    • 文件列表
      • 获取文件列表
        GET
    • 预览接口
      • 预览媒体文件(按类型和Key)
        GET
      • 预览媒体文件(按URL)
        GET
      • 预览URL(目录预览)
        GET
    • 客户端下载
      • 获取所有客户端下载链接
        GET
      • 获取指定类型的客户端下载链接
        GET
    • 统计信息
      • 获取统计信息
        GET
    • 网盘列表
      • 获取支持的网盘列表
        GET
    • 版本信息
      • 获取版本号
    • 隔空喊话
      • 提交消息
      • 检索消息
    • 快捷下载
      • 下载重定向(短链)
      • 重定向下载URL(目录文件)
    • 数据模型
      • CacheLinkInfo
      • FileInfo
      • LinkInfoResp
      • ShareLinkInfo
      • ClientLinkResp
      • StatisticsInfo
      • PanInfo
      • ShoutMessage
      • JsonResult
      • ErrorResponse

    LinkInfoResp

    {
        "downLink": "http://127.0.0.1:6400/d/pan/1test123",
        "apiLink": "http://127.0.0.1:6400/json/pan/1test123",
        "viewLink": "http://127.0.0.1:6400/v2/view/pan/1test123",
        "cacheHitTotal": 10,
        "parserTotal": 5,
        "sumTotal": 15,
        "shareLinkInfo": {
            "shareKey": "1test123",
            "panName": "百度网盘",
            "type": "pan",
            "sharePassword": "1234",
            "shareUrl": "https://pan.baidu.com/s/1test123",
            "standardUrl": "https://pan.baidu.com/s/1test123",
            "otherParam": {
                "property1": "string",
                "property2": "string"
            }
        }
    }
    Built with