|
|
@@ -146,3 +146,16 @@ Content-Type: application/json
|
|
|
"body": "话题1内容, 这里是帖子描述内容帖子描述内容",
|
|
|
"category_id": "3"
|
|
|
}
|
|
|
+
|
|
|
+### 显示话题
|
|
|
+GET {{base_url}}/v1/topics/2 HTTP/1.1
|
|
|
+Content-Type: application/json
|
|
|
+
|
|
|
+### 话题列表
|
|
|
+GET {{base_url}}/v1/topics HTTP/1.1
|
|
|
+Content-Type: application/json
|
|
|
+
|
|
|
+### 删除话题
|
|
|
+DELETE {{base_url}}/v1/topics/1 HTTP/1.1
|
|
|
+Authorization: Bearer {{access_token}}
|
|
|
+Content-Type: application/json
|