Commit 920ee795 by 段启岩

更新API进度

parent b7cc6a28
......@@ -562,19 +562,19 @@ GET /api/my/posts
GET /api/user/{userId}/posts
```
###### 7.发布评论
###### :white_check_mark: 7.发布评论
```
POST /api/post/{postId}/comment
```
###### 8.删除评论
###### :white_check_mark: 8.删除评论
```
DELETE /api/post/comment/{commentId}
```
###### 9.评论列表
###### :white_check_mark: 9.评论列表
```
GET /api/post/{postId}/comments
......
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