Commit 3ff30571 authored by RobertDing's avatar RobertDing

ADD - 话题回复列表

parent 906748bf
......@@ -841,6 +841,39 @@ paths:
error: 0
message: ""
/search/reply:
get:
summary: 用户回复列表
description: 搜用户相关的,非私信类的话题,根据帖子权重和最后修改时间降序排列
parameters:
- name: page
in: query
description: 分页
required: false
type: integer
format: integer
tags:
- Topic
responses:
'200':
description: OK
schema: {}
examples:
application/json:
data:
total: 1235
topics:
- title: '颜医生,请问玻尿酸丰下巴怎样收费'
doctor_num: 4
user_name: '变美不为男人'
city: '北京'
score: 3
date: 145678345
id: 12177395
error: 0
message: ""
/tag:
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