Commit b2c89c07 authored by zhangxiaolin's avatar zhangxiaolin

add converstation unread

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