更新API文档
Change-Id: I4abe2418db53a554421385e8c60a4d2a58391af6
diff --git "a/\345\274\200\345\217\221\346\226\207\346\241\243/API\346\226\207\346\241\243.md" "b/\345\274\200\345\217\221\346\226\207\346\241\243/API\346\226\207\346\241\243.md"
index 20e6104..2b7e76a 100644
--- "a/\345\274\200\345\217\221\346\226\207\346\241\243/API\346\226\207\346\241\243.md"
+++ "b/\345\274\200\345\217\221\346\226\207\346\241\243/API\346\226\207\346\241\243.md"
@@ -13,8 +13,8 @@
| 种子下载【RHJ】 | | | | | | Y |
| 专线下载【RHJ】 | | | | Y | | |
| 种子传输量信息维护【RHJ】 | | | | | | Y |
-| 种子成长期保护【RHJ】 | | | | Y | | Y |
-| 主动播种机制【RHJ】 | | | | | | Y |
+| 种子成长期保护【RHJ】 | | | | Y | | |
+| 主动播种机制【RHJ】 | | | | Y | | |
| | | | | | | |
| 做假种检测【WKJ】 | Y | | | | | |
| 伪造上传,下载量检测【WKJ】 | Y | | | | | |
@@ -39,29 +39,35 @@
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 用户PT站数据维护<br />(魔力值,上传量,下载量,播种机制默认磁盘位置) | `UserPT GetInformation(UserID id)`<br />`int UpdateInformation(UserID id)`<br />`int RegisterUser(UserPT upt)` | `bool AddUpload(UserID)`<br />`bool ReduceUpload(UserID)`<br />`bool AddDownload(UserID)`<br />`bool ReduceDownload(UserID)`<br />`bool ReduceMagic(UserID)`<br />`bool AddMagic(UserID)` |
+| | DataManager-System | Tracker-System |
+| --------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
+| 种子信息维护(直接读取Torrent文件,修改TrackerURL)<br /> | `Seed GetSeedInformation(SeedID id)` <br />`bool RegisterSeed(Seed sd)`<br />`bool UpdateSeed(Seed sd)` | `TTorent ReadTorrent(File file)`<br />`Bool SaveTorrent(TTorent seed,SeedID id)` |
+| | DataManager-System | RAG-System |
+| ----------------------------------- | ------------------------- | ----------------------------- |
+| 种子信息搜索(包括深度搜索)【WHT】 | `Seed SearchSeed(String)` | `Seed DeepSearchSeed(String)` |
-| 用户PT站数据维护<br />(魔力值,上传量,下载量,播种机制默认磁盘位置) | | Y | | | | Y |
-| ------------------------------------------------------------ | ---- | ---- | ---- | ---- | ---- | ---- |
-| | | | | | | |
-| 种子信息维护(直接读取Torrent文件,修改TrackerURL) | | Y | | | | Y |
-| 种子信息搜索(包括深度搜索) | | Y | | | Y | |
-| 种子信息推荐 | | | Y | | | |
-| 种子下载 | | | | | | Y |
-| 专线下载 | | | | Y | | |
-| 种子下载信息维护 | | | | | | Y |
-| 种子成长期保护 | | | | Y | | Y |
-| 主动播种机制 | | | | | | Y |
-| | | | | | | |
-| 做假种检测 | Y | | | | | |
-| 伪造上传,下载量检测 | Y | | | | | |
-| 作弊惩罚申诉 | Y | | | | | |
-| | | | | | | |
-| 公告发布与保存 | | Y | | | | |
-| 邀请机制 | | Y | | | | |
-| 求种机制与求种审核 | | Y | | | | Y |
-| | | | | | | |
-| 论坛信息维护 | | Y | | | | |
-| 论坛信息搜索(包括深度搜索) | | Y | | | Y | |
-| 论坛信息推荐 | | | Y | | | |
-| | | | | | | |
\ No newline at end of file
+| | Recommend-System |
+| ------------------- | ------------------------------------- |
+| 种子信息推荐【WHT】 | `List[Seed] GetRecommend(User useri)` |
+
+| | Tracker-System |
+| --------------- | ---------------------------------- |
+| 种子下载【RHJ】 | `File GetTorrent(SeedID id)`<br /> |
+
+| | VIP-System |
+| --------------- | ---------------------------------- |
+| 专线下载【RHJ】 | `File GetTorrent(SeedID id)`<br /> |
+
+| | Tracker-System |
+| ------------------------- | ------------------------------------------------------------ |
+| 种子传输量信息维护【RHJ】 | `bool AddRecord(SeedID id,Time starttime,Time endtime,UserID id,TransportVolume v)`//+v :up,-v:down |
+
+| | VIP-System |
+| --------------------- | ------------------------------------------------------------ |
+| 种子成长期保护【RHJ】 | `bool AddSeedNumber(int number)`<br />`bool ReduceSeedNumber(int number)`<br />`bool AddSeed(TTorent seed,SeedID id)`<br />`bool RemoveSeed(SeedID)`<br />`void CheckSeed()`//检查当前保种列表是否需要更新 |
+
+| | VIP-System |
+| ------------------- | ---------------------------------- |
+| 主动播种机制【RHJ】 | `List[SeedID] GetSeedList()`<br /> |
+