- 地址 POST
- 请求类型 application/json
- 参数
- token
- content: 评论的内容
- topicId: 评论的话题ID
- 返回 Result(Comment)
- 地址 PUT
- 请求类型 application/json
- 参数
- token
- id: 评论的id
- content: 评论的内容
- 返回 Result(Comment)
- 地址 DELETE
- 参数
- token
- id: 评论的id
- 返回 Result()
- 地址 GET
- 请求类型 application/json
- 参数
- token
- id: 评论的id