未读消息数
GET api/v1/message/unreadCount
说明:查询未读消息总数。
Header
Field
Type
Remarks
Authorization
String
Bearer ${unifiedAuthToken} ,其中unifiedAuthToken来自/api/v1/auth接口的返回
Request Example
Response Parameters
Field
Type
Remarks
code
String
返回码
desc
String
返回信息
data
UnReadInfo
数据
The UnReadInfo field consists of the following subfields:
Field
Type
Remarks
unreadCount
int
未读消息总数
mentionsCount
int
被提及的总数
Response Body
Return Code
code
desc
Remarks
0
success
接口调用成功
Last updated