简要描述:

  • 可以定时更新接口,来更新会话列表

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2023-04-19

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 婚恋交友=friend

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "config_id": 4,
            "uid_key": "9__16",
            "to_uid": "9",
            "is_topping": 2,
            "user_type": 1,
            "to_avatar": "http://wzb.com/uploads/avatar/avatar.jpg",
            "to_nickname": "",
            "chat_msg_id": 16,
            "chat_type": 1,
            "chat_content": "在的",
            "chat_created_at": 1681887655,
            "no_read_num": 5
        },
        {
            "config_id": 2,
            "uid_key": "8__16",
            "to_uid": "8",
            "is_topping": 2,
            "user_type": 1,
            "to_avatar": "http://wzb.com/uploads/user/avatar/2019-12-20/5dfca03bb231e.png",
            "to_nickname": "A",
            "chat_msg_id": 10,
            "chat_type": 1,
            "chat_content": "22222",
            "chat_created_at": 1681372602,
            "no_read_num": 10
        }
    ],
    "other": {
        "all_no_read_num": 15
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

data返回参数说明:

参数名 类型 说明
config_id int 会话id
uid_key string 标识id
to_uid string 接收者id
is_topping int 是否置顶【1=是,2=否】
to_avatar string 接收者头像
to_nickname string 接收者昵称
chat_msg_id int 聊天id
chat_type int 信息类型【1=文字,2=图片,3=语音,4=视频,5=文件,6=链接】
chat_content string 内容【1=显示内容,2提示[图片],3提示[语音],4=提示[视频],5=提示[文件],6=提示[链接]】
chat_created_at int 信息时间戳
no_read_num int 未读数量

other返回参数说明:

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

备注:

作者:admin  创建时间:2023-04-19 15:06
 更新时间:2025-04-01 15:40
上一篇:
下一篇: