简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-10-15

请求URL:

  • ws://xx.com

请求方式:

  • websocket

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
link_type string ws
module string unionchat
device_type string 设备类型【app=APP端,pc=PC端,h5=移动端,desktop=桌面端,wx_small=微信小程序】
action string recallMsg
token string 登录凭证
to_uid string 发给谁
msg_id string 信息id
recall_type string login=登录的用户, tourist=游客
uid_key string uid_key

返回示例:

正确时返回:

{
    action: "recallMsg"
    data: {
        content: "8888"
        created_at: "2021-08-14 15:45:31"
        msg_id: 55
        send_avatar: "https://unionchat.unioncms.cn/uploads/avatar/avatar.jpg"
        send_nickname: "kevin"
        send_uid: 2
        to_uid: "13"
        type: "1"
        uid_key: "2_13"
    }
    msg: "发送成功"
    status: 200
}

错误时返回:

{}

返回参数说明:

参数名 类型 说明
content string 内容
created_at string 时间
msg_id string 信息id
send_avatar string 发送者头像
send_nickname string 发送者昵称
send_uid string 发送者uid
to_uid string 接收者uid
type string 类型【1=文字,2=图片,3=语音,4=视频,5=文件】
uid_key string 会话唯一key

备注:

文档更新时间: 2021-10-18 14:19   作者:admin
上一篇:
下一篇: