Commit 45684bdc authored by RobertDing's avatar RobertDing

ADD - 话题下沉

parent 3ff30571
......@@ -968,7 +968,6 @@ paths:
comment_user_type: 2
reply_date: 128833445
/topic/<topic_id>/reply/<reply_id>:
post:
summary: 回复
......@@ -986,6 +985,23 @@ paths:
'200':
description: OK
/topic/<topic_id>/sink:
post:
summary: 话题下沉
description: 更改话题分值,话题往后排
parameters:
- name: topic_id
in: query
description: 话题ID
required: true
type: integer
format: integer
tags:
- Topic
responses:
'200':
description: OK
/conversation:
get:
summary: 私信列表
......
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