简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2021-08-12 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
授权凭证 |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
keyword |
否 |
string |
搜索昵称,用户名,备注名称 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": [
{
"config_id": 2,
"uid_key": "2_13",
"to_uid": "2",
"message_no_disturb": "2",
"is_topping": "2",
"to_avatar": "http://kefu.com/uploads/avatar/avatar.jpg",
"to_nickname": "kevin",
"chat_msg_id": 11,
"chat_type": "1",
"chat_content": "人还在先吗?",
"no_read_num": 8
},
{
"config_id": 6,
"uid_key": "3_13",
"to_uid": "3",
"message_no_disturb": "2",
"is_topping": "2",
"to_avatar": "http://kefu.com/uploads/avatar/avatar.jpg",
"to_nickname": "卡卡卡",
"chat_msg_id": 0,
"chat_type": 0,
"chat_content": "",
"no_read_num": 3
}
],
"other": {
"all_no_read_num": 11
}
}
错误时返回:
{
"status": 0,
"msg": "提交失败"
}
data返回参数说明:
参数名 |
类型 |
说明 |
config_id |
int |
配置id |
uid_key |
string |
uidkey(关联信息使用) |
to_uid |
int |
配置者uid |
message_no_disturb |
int |
消息免打扰【1=开启,2=关闭】 |
is_topping |
int |
是否置顶【1=是,2=否】 |
to_avatar |
string |
接收者头像 |
to_nickname |
string |
接收者名称 |
chat_msg_id |
int |
消息id |
chat_type |
int |
类型【1=文字,2=图片,3=语音,4=视频,5=文件】 |
chat_content |
string |
消息内容 |
no_read_num |
string |
未读数量 |
other返回参数说明:
参数名 |
类型 |
说明 |
all_no_read_num |
int |
未读总数量 |
备注:
文档更新时间: 2021-10-19 18:34 作者:admin