Commit b2c89c07 authored by zhangxiaolin's avatar zhangxiaolin

add converstation unread

parent 5bc4c8b3
......@@ -279,10 +279,17 @@ paths:
#--------------------------------
/account/unread_badge_count:
get:
summary: 获取私信,退款,订单,预约总数
summary: 获取私信,退款,订单,预约总数, 以及某个会话的未读数目
description: 字段名字兼容:/api/client/account/get_badge
tags:
- Account
parameters:
- name: conversation_id
in: formData
description: 会话 id
required: false
type: integer
format: integer
responses:
'200':
description: OK
......@@ -296,6 +303,9 @@ paths:
order_unview_num: 1#订单
refund_processing_total: 0#退款单
reserve_num: 0#退款
conversation_info:
id: 123213
unread_num: 10
# ------------------------
/agreement/{id}:
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