种子详情-初步

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