接口说明

根据piecesHash获取种子id

  • URI:/api/torrent/fetchTorrentIdWithPiecesHash

  • Method:POST

  • ContentType:application/json

  • 请求参数格式:

{
    "piecesHashList": ["abcde","fght"]
}
  • 请求参数要求:piecesHashList不能为空,最长不超过100

  • 返回结果格式:

{
    "success": true,
    "showType": 0,
    "data": {
        "e9f3f5dd32abcd6fc0fea4d43d32559cf0309764": 45
    }
}

最后更新于