Commit 002b1372 by 段启岩

去除举手表情

parent 5d882693
...@@ -298,7 +298,7 @@ GET /api/user/{userId}/projects ...@@ -298,7 +298,7 @@ GET /api/user/{userId}/projects
POST /api/project/{projectId}/comment POST /api/project/{projectId}/comment
``` ```
###### 9.删除评论 :raising_hand: ###### 9.删除评论
``` ```
DELETE /api/project/comment/{commentId} DELETE /api/project/comment/{commentId}
...@@ -380,7 +380,7 @@ GET /api/user/{userId}/blogs ...@@ -380,7 +380,7 @@ GET /api/user/{userId}/blogs
POST /api/blog/{blogId}/comment POST /api/blog/{blogId}/comment
``` ```
###### 9.删除评论 :raising_hand: ###### 9.删除评论
``` ```
DELETE /api/blog/comment/{commentId} DELETE /api/blog/comment/{commentId}
...@@ -414,13 +414,13 @@ GET /api/blog/{blogId}/recommends ...@@ -414,13 +414,13 @@ GET /api/blog/{blogId}/recommends
### 九、问答 ### 九、问答
###### 1.发布问答 :raising_hand: ###### 1.发布问答
``` ```
POST /api/question POST /api/question
``` ```
###### 2.删除问答 :raising_hand: ###### 2.删除问答
``` ```
DELETE /api/question/{questionId} DELETE /api/question/{questionId}
...@@ -450,13 +450,13 @@ GET /api/question/{questionId}/tags ...@@ -450,13 +450,13 @@ GET /api/question/{questionId}/tags
GET /api/questions GET /api/questions
``` ```
###### 7.我创建的问答 :raising_hand: ###### 7.我创建的问答
``` ```
GET /api/my/questions GET /api/my/questions
``` ```
###### 8.我参与的问答 :raising_hand: ###### 8.我参与的问答
``` ```
GET /api/my/question/participated GET /api/my/question/participated
...@@ -480,7 +480,7 @@ POST /api/question/{questionId}/reply ...@@ -480,7 +480,7 @@ POST /api/question/{questionId}/reply
PUT /api/question/reply/{replyId}/adoption PUT /api/question/reply/{replyId}/adoption
``` ```
###### 12.删除回复 :raising_hand: ###### 12.删除回复
``` ```
DELETE /api/question/reply/{replyId} DELETE /api/question/reply/{replyId}
...@@ -498,7 +498,7 @@ GET /api/question/{questionId}/replys ...@@ -498,7 +498,7 @@ GET /api/question/{questionId}/replys
POST /api/quesion/reply/{replyId}/comment POST /api/quesion/reply/{replyId}/comment
``` ```
###### 15.删除评论 :raising_hand: ###### 15.删除评论
``` ```
DELETE /api/quesion/reply/comment/{commentId} DELETE /api/quesion/reply/comment/{commentId}
...@@ -538,7 +538,7 @@ GET /api/question/{questionId}/recommends ...@@ -538,7 +538,7 @@ GET /api/question/{questionId}/recommends
POST /api/post POST /api/post
``` ```
###### 2.删除动态 :raising_hand: ###### 2.删除动态
``` ```
DELETE /api/post/{postId} DELETE /api/post/{postId}
...@@ -550,7 +550,7 @@ DELETE /api/post/{postId} ...@@ -550,7 +550,7 @@ DELETE /api/post/{postId}
GET /api/posts GET /api/posts
``` ```
###### 5.我的动态列表 :raising_hand: ###### 5.我的动态列表
``` ```
GET /api/my/posts GET /api/my/posts
...@@ -568,7 +568,7 @@ GET /api/user/{userId}/posts ...@@ -568,7 +568,7 @@ GET /api/user/{userId}/posts
POST /api/post/{postId}/comment POST /api/post/{postId}/comment
``` ```
###### 8.删除评论 :raising_hand: ###### 8.删除评论
``` ```
DELETE /api/post/comment/{commentId} DELETE /api/post/comment/{commentId}
......
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