Commit e439070d authored by zhangxiaolin's avatar zhangxiaolin

Fix: get post公用一个url,不能写两次

parent 10610b40
......@@ -45,8 +45,6 @@ paths:
id: jnpayl
error: 0
message: ''
# ------------------------
/account/user:
post:
summary: 修改用户信息
description: 修改用户信息
......@@ -839,6 +837,7 @@ paths:
user_name: '变美不为男人'
city: '北京'
date: 145678345
id: 12177395
error: 0
message: ""
......@@ -861,6 +860,37 @@ paths:
tags:
- name: 眼睛
id: 123
/topic/<topic_id>:
get:
summary: 帖子详情
description: 帖子详情
tags:
- Topic
responses:
'200':
description: OK
schema: {}
examples:
application/json:
message: ''
error: 0
data:
date: 145566543
vote_num: 2
portrait: "http://imgcdn.wanmeizhensuo.com/user/icon10@2x.png"
user_id: 1964249
content: '本人鼻翼比较宽,想微整。可又担心'
city: '广州'
is_favord: false
id: 898774
user_name: '小美'
is_safe: false
images:
- desc: '现在'
image_thumb: "http://pic.gengmei.cc/2015/05/25/35fe857608-web"
image: "http://pic.gengmei.cc/2015/05/25/35fe857608-w"
# ------------------------
/reserve:
get:
......
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