Commit 973b79c0 by 段启岩

更新API文档

parent 557d4704
...@@ -99,7 +99,7 @@ POST /api/user/register/ding ...@@ -99,7 +99,7 @@ POST /api/user/register/ding
###### :white_check_mark: 17.社区精英 ###### :white_check_mark: 17.社区精英
``` ```
GET /api/user/creams GET /api/user/elite
``` ```
###### :white_check_mark: 18.热门博主 ###### :white_check_mark: 18.热门博主
...@@ -591,13 +591,13 @@ GET /api/question/hots ...@@ -591,13 +591,13 @@ GET /api/question/hots
GET /api/question/recommends GET /api/question/recommends
``` ```
###### 19.相关问答 ###### :white_check_mark: 19.相关问答
``` ```
GET /api/question/{questionId}/recommends GET /api/question/{questionId}/recommends
``` ```
###### 20.查看标签下的问题列表 ###### :white_check_mark: 20.查看标签下的问题列表
``` ```
GET /api/tag/{tagId}/questions GET /api/tag/{tagId}/questions
...@@ -659,7 +659,7 @@ GET /api/post/{postId}/comments ...@@ -659,7 +659,7 @@ GET /api/post/{postId}/comments
GET /api/posts/followed GET /api/posts/followed
``` ```
###### 10.我关注的用户的动态列表 ###### :white_check_mark: 10.我关注的用户的动态列表
### 十一、CMS ### 十一、CMS
...@@ -690,25 +690,25 @@ GET /api/mail/verifyCode ...@@ -690,25 +690,25 @@ GET /api/mail/verifyCode
### 十三、消息 ### 十三、消息
###### 1.获取我的消息 ###### :white_check_mark: 1.获取我的消息
``` ```
GET /api/my/messages GET /api/my/messages
``` ```
###### 2.获取消息详情 ###### :white_check_mark: 2.获取消息详情
``` ```
GET /api/message/{messageId} GET /api/message/{messageId}
``` ```
###### 3.标记消息为已读 ###### :white_check_mark: 3.标记消息为已读
``` ```
PUT /api/message/{messageId}/read PUT /api/message/{messageId}/read
``` ```
###### 4.标记所有消息为已读 ###### :white_check_mark: 4.标记所有消息为已读
``` ```
PUT /api/messages/read PUT /api/messages/read
...@@ -718,19 +718,19 @@ PUT /api/messages/read ...@@ -718,19 +718,19 @@ PUT /api/messages/read
### 十四、类别 ### 十四、类别
###### 1.获取博客分类 ###### :white_check_mark: 1.获取博客分类
``` ```
GET /api/blog/categories GET /api/blog/categories
``` ```
###### 2.获取项目分类 ###### :white_check_mark: 2.获取项目分类
``` ```
GET /api/project/categories GET /api/project/categories
``` ```
###### 3.获取问题分类 ###### :white_check_mark: 3.获取问题分类
``` ```
GET /api/question/categories GET /api/question/categories
......
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