Commit 6a27feec authored by RobertDing's avatar RobertDing

ADD - 私信列表

parent 9f1b9704
...@@ -953,6 +953,41 @@ paths: ...@@ -953,6 +953,41 @@ paths:
'200': '200':
description: OK description: OK
/conversation
post:
summary: 私信列表
description: 私信列表
parameters:
- name: page
in: query
description: 页数
required: false
type: integer
format: integer
tags:
- Conversation
responses:
'200':
description: OK
schema: {}
examples:
application/json:
message: ''
error: 0
data:
- jump_value: "111549_602329"
is_new: false
user_key: "111549_602329"
doctor_id: ""
id: 1270639
jump_type: "6"
nickname: "发疯了的猫"
portrait: "http://pic.gengmei.cc/2015/09/08/1226facfe0"
hospital_id: ""
last_reply_time: 145554334
text: "呵呵大"
# ------------------------ # ------------------------
/reserve: /reserve:
get: 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