Commit 9b559fa4 authored by zhangxiaolin's avatar zhangxiaolin

添加私信下沉

parent 5af2367a
...@@ -74,7 +74,7 @@ paths: ...@@ -74,7 +74,7 @@ paths:
error: 0 error: 0
message: '' message: ''
data: data:
# ------------------------ # ------------------------
/account/captcha: /account/captcha:
get: get:
...@@ -128,7 +128,7 @@ paths: ...@@ -128,7 +128,7 @@ paths:
- Account - Account
responses: responses:
'200': '200':
description: ok description: ok
schema: {} schema: {}
examples: examples:
application/json: application/json:
...@@ -347,7 +347,7 @@ paths: ...@@ -347,7 +347,7 @@ paths:
data: data:
accepted_list: accepted_list:
- send_time: 1470137721 - send_time: 1470137721
agree_time: 1470137721 agree_time: 1470137721
content: zcxklvnkj.bfak.wbf分爱死了的女 content: zcxklvnkj.bfak.wbf分爱死了的女
title: 第三个 title: 第三个
id: 3 id: 3
...@@ -449,7 +449,7 @@ paths: ...@@ -449,7 +449,7 @@ paths:
schema: {} schema: {}
examples: examples:
application/json: application/json:
data: data:
doctor: doctor:
department: 美容外科 department: 美容外科
phone: '15288842299' phone: '15288842299'
...@@ -594,7 +594,7 @@ paths: ...@@ -594,7 +594,7 @@ paths:
schema: {} schema: {}
examples: examples:
application/json: application/json:
data: data:
id: 123 id: 123
service_id: 234 service_id: 234
service_name: '美购名称' service_name: '美购名称'
...@@ -602,7 +602,7 @@ paths: ...@@ -602,7 +602,7 @@ paths:
gengmei_price: 234 gengmei_price: 234
pre_payment_price: 123 pre_payment_price: 123
hospital_payment: 111 hospital_payment: 111
user_name: '小嬛嬛' user_name: '小嬛嬛'
phone: 18742441012 phone: 18742441012
created_time: 1470160559 created_time: 1470160559
validate_time: 1470160559 or None validate_time: 1470160559 or None
...@@ -693,7 +693,7 @@ paths: ...@@ -693,7 +693,7 @@ paths:
examples: examples:
application/json: application/json:
data: data:
id: 123 id: 123
order_id: 123 order_id: 123
service_id: 234 service_id: 234
service_name: '美购名称' service_name: '美购名称'
...@@ -701,7 +701,7 @@ paths: ...@@ -701,7 +701,7 @@ paths:
gengmei_price: 234 gengmei_price: 234
pre_payment_price: 123 pre_payment_price: 123
hospital_payment: 111 hospital_payment: 111
user_name: '小嬛嬛' user_name: '小嬛嬛'
phone: 18742441012 phone: 18742441012
created_time: 1470160559 created_time: 1470160559
refund_time: 1470160559 or None refund_time: 1470160559 or None
...@@ -779,7 +779,7 @@ paths: ...@@ -779,7 +779,7 @@ paths:
schema: {} schema: {}
examples: examples:
application/json: application/json:
data: data:
feededuction_sum: 补扣款总额 feededuction_sum: 补扣款总额
settle_price: 结算金额 settle_price: 结算金额
poundage: 手续费 poundage: 手续费
...@@ -809,8 +809,8 @@ paths: ...@@ -809,8 +809,8 @@ paths:
schema: {} schema: {}
examples: examples:
application/json: application/json:
data: data:
operations: operations:
- operate_time: 1469458933 - operate_time: 1469458933
operator: "系统" operator: "系统"
id: 6427 id: 6427
...@@ -841,15 +841,15 @@ paths: ...@@ -841,15 +841,15 @@ paths:
schema: {} schema: {}
examples: examples:
application/json: application/json:
data: data:
deductions: deductions:
- value: 123 - value: 123
comment: '罚你钱' comment: '罚你钱'
- value: 123 - value: 123
comment: '罚你钱' comment: '罚你钱'
replenishment: replenishment:
- value: 123 - value: 123
comment: '补你钱' comment: '补你钱'
message: '' message: ''
error: 0 error: 0
parameters: parameters:
...@@ -1108,14 +1108,14 @@ paths: ...@@ -1108,14 +1108,14 @@ paths:
in: formData in: formData
description: 被回复着的id,如果是针对话题不需要 description: 被回复着的id,如果是针对话题不需要
required: false required: false
type: integer type: integer
format: integer format: integer
- name: content - name: content
in: formData in: formData
description: 回复的内容 description: 回复的内容
required: true required: true
type: string type: string
format: string format: string
tags: tags:
- Topic - Topic
responses: responses:
...@@ -1166,8 +1166,8 @@ paths: ...@@ -1166,8 +1166,8 @@ paths:
in: path in: path
description: 话题ID description: 话题ID
required: true required: true
type: integer type: integer
format: integer format: integer
tags: tags:
- Topic - Topic
responses: responses:
...@@ -1183,17 +1183,11 @@ paths: ...@@ -1183,17 +1183,11 @@ paths:
in: query in: query
description: 页数 description: 页数
required: false required: false
type: integer type: integer
format: integer format: integer
- name: q_content - name: keyword
in: query
description: 按照内容查询
required: false
type: string
format: string
- name: q_username
in: query in: query
description: 按照用户名查询,如果两个条件都有查出来的是或集 description: 搜索的关键词
required: false required: false
type: string type: string
format: string format: string
...@@ -1226,7 +1220,7 @@ paths: ...@@ -1226,7 +1220,7 @@ paths:
/conversation/{user_key}: /conversation/{user_key}:
get: get:
summary: 私信详情 summary: 私信详情
description: 私信详情 description: 私信详情
parameters: parameters:
- name: user_key - name: user_key
...@@ -1245,7 +1239,7 @@ paths: ...@@ -1245,7 +1239,7 @@ paths:
application/json: application/json:
error: 0 error: 0
message: "" message: ""
data: data:
target_uid: 20299931 target_uid: 20299931
is_new: 0 is_new: 0
nickname: '更美用户summer' nickname: '更美用户summer'
...@@ -1296,7 +1290,29 @@ paths: ...@@ -1296,7 +1290,29 @@ paths:
responses: responses:
'200': '200':
description: OK description: OK
# ------------------------
/conversation/{conversation_id}/sink:
post:
summary: 私信下沉
description: 私信私信下沉
parameters:
- name: conversation_id
in: path
description: conversation list 里的id,标识会话
required: true
type: integer
format: integer
tags:
- Conversation
responses:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ""
data: null
# ------------------------ # ------------------------
/reserve: /reserve:
get: get:
...@@ -1489,3 +1505,4 @@ paths: ...@@ -1489,3 +1505,4 @@ paths:
message: '' message: ''
error: 0 error: 0
# ----Skyler end-------------------- # ----Skyler end--------------------
jffifa
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