Authorization: Bearer ********************
{
"populate_time": 1713971696000,
"peers": [{
"ip_address": "CE67:2B6F:646A:138B:9E4F:DD47:894E:608E",
"peer_port": 12345,
"peer_id": "-BC1234-",
"client_name": "BitComet 1.2.3.4",
"torrent_identifier": "<使用特定算法对 info_hash 进行加盐哈希>",
"torrent_size": 12346789765,
"downloaded": 3463465,
"rt_download_speed": 133525,
"uploaded": 2345754,
"rt_upload_speed": 234456465,
"peer_progress": 0.1245,
"downloader_progress": 1,
"peer_flag": "u I H X E P"
},
{
"ip_address": "198.148.143.87",
"peer_port": 23333,
"peer_id": "-qB2312-",
"client_name": "qBittorrent 2.3.1.2",
"torrent_identifier": "<使用特定算法对 info_hash 进行加盐哈希>",
"torrent_size": 12346789765,
"downloaded": 3463465,
"rt_download_speed": 133525,
"uploaded": 2345754,
"rt_upload_speed": 234456465,
"peer_progress": 0.1245,
"downloader_progress": 1,
"peer_flag": "u I H X E P"
}
]
}
curl --location --request GET 'https://btn-prod.ghostchu-services.top/ping/bans/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"populate_time": 1713971696000,
"peers": [{
"ip_address": "CE67:2B6F:646A:138B:9E4F:DD47:894E:608E",
"peer_port": 12345,
"peer_id": "-BC1234-",
"client_name": "BitComet 1.2.3.4",
"torrent_identifier": "<使用特定算法对 info_hash 进行加盐哈希>",
"torrent_size": 12346789765,
"downloaded": 3463465,
"rt_download_speed": 133525,
"uploaded": 2345754,
"rt_upload_speed": 234456465,
"peer_progress": 0.1245,
"downloader_progress": 1,
"peer_flag": "u I H X E P"
},
{
"ip_address": "198.148.143.87",
"peer_port": 23333,
"peer_id": "-qB2312-",
"client_name": "qBittorrent 2.3.1.2",
"torrent_identifier": "<使用特定算法对 info_hash 进行加盐哈希>",
"torrent_size": 12346789765,
"downloaded": 3463465,
"rt_download_speed": 133525,
"uploaded": 2345754,
"rt_upload_speed": 234456465,
"peer_progress": 0.1245,
"downloader_progress": 1,
"peer_flag": "u I H X E P"
}
]
}'