Commit 9b559fa4 authored by zhangxiaolin's avatar zhangxiaolin

添加私信下沉

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