Commit ab17ce1d authored by RobertDing's avatar RobertDing

ADD - 帖子回复详情

parent 11c48f71
......@@ -891,6 +891,49 @@ paths:
image_thumb: "http://pic.gengmei.cc/2015/05/25/35fe857608-web"
image: "http://pic.gengmei.cc/2015/05/25/35fe857608-w"
/topic/<topic_id>/reply:
get:
summary: 帖子回复
description: 帖子回复
parameters:
- name: page
in: query
description: 请求第几页的数据,默认为1
required: false
type: integer
format: integer
tags:
- Topic
responses:
'200':
description: OK
schema: {}
examples:
application/json:
message: ''
error: 0
data:
user_nickname: "王飏"
content: "hehe \n您提供的照片不符合标准,无法给出具体建议,建议上传……"
reply_id: 12048264
user_type: 2
user_id: "newhos11161827"
user_portrait: "http://wanmeizhensuo.qiniudn.com/2015/02/14/9c808ed226"
is_liked: false
favor_amount: 0
is_best_reply: false
comments:
- comment_id: 12048265
content: "hehehe您的问题难以准确回答,建议咨询您的手术医生……"
comment_user_id: "newhos11161827"
nickname: "王飏医生"
at_user_type: 0
at_user_id: 602329
at_nickname: ""
is_best_reply: false
comment_user_type: 2
reply_date: 128833445
# ------------------------
/reserve:
get:
......@@ -1076,4 +1119,4 @@ paths:
application/json:
message: ''
error: 0
# ----Skyler end--------------------
\ No newline at end of file
# ----Skyler end--------------------
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