Commit d8de07e5 by 段启岩

删除举手表情

parent a53444cc
...@@ -250,13 +250,13 @@ POST /api/resource/file ...@@ -250,13 +250,13 @@ POST /api/resource/file
### 七、项目 ### 七、项目
###### 1.发布项目​ :raising_hand: ###### 1.发布项目
``` ```
POST /api/project POST /api/project
``` ```
###### 2.删除项目​ :raising_hand: ###### 2.删除项目
``` ```
DELETE /api/project/{projectId} DELETE /api/project/{projectId}
...@@ -280,7 +280,7 @@ GET /api/project/{projectId} ...@@ -280,7 +280,7 @@ GET /api/project/{projectId}
GET /api/projects GET /api/projects
``` ```
###### 6.我的项目列表​ :raising_hand: ###### 6.我的项目列表
``` ```
GET /api/my/projects GET /api/my/projects
...@@ -292,7 +292,7 @@ GET /api/my/projects ...@@ -292,7 +292,7 @@ GET /api/my/projects
GET /api/user/{userId}/projects GET /api/user/{userId}/projects
``` ```
###### 8.发布评论​ :raising_hand: ###### 8.发布评论
``` ```
POST /api/project/{projectId}/comment POST /api/project/{projectId}/comment
...@@ -332,13 +332,13 @@ GET /api/project/{projectId}/recommends ...@@ -332,13 +332,13 @@ GET /api/project/{projectId}/recommends
### 八、博客 ### 八、博客
###### 1.发布博客​ :raising_hand: ###### 1.发布博客
``` ```
POST /api/blog POST /api/blog
``` ```
###### 2.删除博客​ :raising_hand: ###### 2.删除博客
``` ```
DELETE /api/blog/{blogId} DELETE /api/blog/{blogId}
...@@ -362,7 +362,7 @@ GET /api/blog/{blogId} ...@@ -362,7 +362,7 @@ GET /api/blog/{blogId}
GET /api/blogs GET /api/blogs
``` ```
###### 6.我的博客列表​ :raising_hand: ###### 6.我的博客列表
``` ```
GET /api/my/blogs GET /api/my/blogs
...@@ -374,7 +374,7 @@ GET /api/my/blogs ...@@ -374,7 +374,7 @@ GET /api/my/blogs
GET /api/user/{userId}/blogs GET /api/user/{userId}/blogs
``` ```
###### 8.发布评论​ :raising_hand: ###### 8.发布评论
``` ```
POST /api/blog/{blogId}/comment POST /api/blog/{blogId}/comment
...@@ -468,13 +468,13 @@ GET /api/my/question/participated ...@@ -468,13 +468,13 @@ GET /api/my/question/participated
GET /api/user/{userId}/questions GET /api/user/{userId}/questions
``` ```
###### 10.发布回复​ :raising_hand: ###### 10.发布回复
``` ```
POST /api/question/{questionId}/reply POST /api/question/{questionId}/reply
``` ```
###### 11.采纳回复​ :raising_hand: ###### 11.采纳回复
``` ```
PUT /api/question/reply/{replyId}/adoption PUT /api/question/reply/{replyId}/adoption
...@@ -492,7 +492,7 @@ DELETE /api/question/reply/{replyId} ...@@ -492,7 +492,7 @@ DELETE /api/question/reply/{replyId}
GET /api/question/{questionId}/replys GET /api/question/{questionId}/replys
``` ```
###### 14.发布评论​ :raising_hand: ###### 14.发布评论
``` ```
POST /api/quesion/reply/{replyId}/comment POST /api/quesion/reply/{replyId}/comment
...@@ -532,7 +532,7 @@ GET /api/question/{questionId}/recommends ...@@ -532,7 +532,7 @@ GET /api/question/{questionId}/recommends
### 十、动态 ### 十、动态
###### 1.发布动态​ :raising_hand: ###### 1.发布动态
``` ```
POST /api/post POST /api/post
...@@ -562,7 +562,7 @@ GET /api/my/posts ...@@ -562,7 +562,7 @@ GET /api/my/posts
GET /api/user/{userId}/posts GET /api/user/{userId}/posts
``` ```
###### 7.发布评论​ :raising_hand: ###### 7.发布评论
``` ```
POST /api/post/{postId}/comment POST /api/post/{postId}/comment
......
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