Commit 92c0430f by 段启岩

更新API

parent 81b9f1e5
...@@ -206,7 +206,7 @@ GET /api/my/topic/created ...@@ -206,7 +206,7 @@ GET /api/my/topic/created
GET /api/topic/hotSearches GET /api/topic/hotSearches
``` ```
###### 10.热门话题:pushpin: ###### 10.热门话题
``` ```
GET /api/topic/hots GET /api/topic/hots
...@@ -246,7 +246,13 @@ GET /api/tag/search ...@@ -246,7 +246,13 @@ GET /api/tag/search
GET /api/my/tag/created GET /api/my/tag/created
``` ```
###### 4.热门标签
```
GET /api/tag/hots
```
######
### 五、短信 ### 五、短信
...@@ -330,7 +336,7 @@ DELETE /api/project/comment/{commentId} ...@@ -330,7 +336,7 @@ DELETE /api/project/comment/{commentId}
GET /api/project/{projectId}/comments GET /api/project/{projectId}/comments
``` ```
###### 11.热门项目 :pushpin: ###### 11.热门项目
``` ```
GET /api/project/hots GET /api/project/hots
...@@ -412,7 +418,7 @@ DELETE /api/blog/comment/{commentId} ...@@ -412,7 +418,7 @@ DELETE /api/blog/comment/{commentId}
GET /api/blog/{blogId}/comments GET /api/blog/{blogId}/comments
``` ```
###### 11.热门博客 :pushpin: ###### 11.热门博客
``` ```
GET /api/blog/hots GET /api/blog/hots
...@@ -530,7 +536,7 @@ DELETE /api/quesion/reply/comment/{commentId} ...@@ -530,7 +536,7 @@ DELETE /api/quesion/reply/comment/{commentId}
GET /api/quesion/reply/{replyId}/comments GET /api/quesion/reply/{replyId}/comments
``` ```
###### 17.热门问答 :pushpin: ###### 17.热门问答
``` ```
GET /api/question/hots GET /api/question/hots
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment