简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-08-12

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
keyword string 搜索昵称,用户名,备注名称

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "config_id": 2,
            "uid_key": "2_13",
            "to_uid": "2",
            "user_type": "1",
            "to_avatar": "http://kefu.com/uploads/avatar/avatar.jpg",
            "to_nickname": "有趣1",
            "chat_msg_id": 11,
            "chat_type": "1",
            "chat_content": "人还在先吗?",
            "chat_created_at": 1628765856,
            "no_read_num": 8
        },
        {
            "config_id": 2,
            "uid_key": "13__113_91_36_232",
            "to_uid": "113.91.36.232",
            "user_type": "2",
            "to_avatar": "http://kefu.com/uploads/avatar/avatar.jpg",
            "to_nickname": "游客[113.91.36.232]",
            "chat_msg_id": 20,
            "chat_type": "1",
            "chat_content": "我是客服",
            "chat_created_at": 1631064698,
            "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
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 未读数量
user_type string 1=登录用户,2=游客

other返回参数说明:

参数名 类型 说明
all_no_read_num int 未读总数量

备注:

文档更新时间: 2021-10-19 18:34   作者:admin