Commit c2e116d8 authored by zhangxiaolin's avatar zhangxiaolin

总数

parent cbfa180e
...@@ -276,7 +276,26 @@ paths: ...@@ -276,7 +276,26 @@ paths:
data: data:
secret_str: a12398sdfjsklw123ejrkbcnv secret_str: a12398sdfjsklw123ejrkbcnv
error: 0 error: 0
message: '' #--------------------------------
/account/unread_badge_count:
get:
summary: 获取私信,退款,订单,预约总数
description: 字段名字兼容:/api/client/account/get_badge
tags:
- Account
responses:
'200':
description: OK
schema: {}
examples:
application/json:
message: ""
error: 0
data:
private_num: 0 #私信数量
order_unview_num: 1 #订单
refund_processing_total: 0 #退款单
reserve_num: 0 #退款
# ------------------------ # ------------------------
/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