commit | 4958b255f24843167f5ffab112773166bae7770c | [log] [tgz] |
---|---|---|
author | vulgar5201 <2230860543@qq.com> | Sun Jun 08 03:26:43 2025 +0800 |
committer | vulgar5201 <2230860543@qq.com> | Sun Jun 08 03:26:43 2025 +0800 |
tree | ba013ca38a6ebb37531ae7dd45562ea24162b218 | |
parent | 9bf462d9345f2c7eec66e8069c55ea6e9f1ba11b [diff] [blame] |
种子详情-初步 Change-Id: I20b9846484c3976b6043773943f12d847df873f6
diff --git a/src/api/torrent.js b/src/api/torrent.js index 2bde101..eb10784 100644 --- a/src/api/torrent.js +++ b/src/api/torrent.js
@@ -125,7 +125,7 @@ */ export function getTorrentDetail(infoHash) { return request({ - url: `/torrent/${infoHash}`, + url: `/torrent/view/${infoHash}`, method: 'get' }) } \ No newline at end of file