简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-03-29

请求URL:

  • ws://xx.com

请求方式:

  • websocket

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
link_type string ws
module string unionchat
device_type string 设备类型【app=,pc=PC端,h5=移动端,desktop=桌面端】
action string closeV1
token string 登录凭证
type string 1
content string 1=主动结束会话,2=定时关闭会话
send_uid string 发送者uid
send_name string 发送者名称
uid_key string 客服uid和游客uid,中间用 _ 连接,例如 24_164851762487827

返回示例:

正确时返回:

{
    action: "closeV1"
    data: {
        uid_key: "24_164851762487827",
        send_uid: "24",
        content: "1",
        send_name: "123",
    }
    msg: "发送成功"
    status: 200
}

{
    action: "closeV1"
    data: {
        uid_key: "24_164851762487827",
        send_uid: "24",
        content: "2",
        send_name: "123",
    }
    msg: "发送成功"
    status: 200
}

错误时返回:

{}

返回参数说明:

参数名 类型 说明
content string

备注:

文档更新时间: 2022-04-14 14:56   作者:admin
上一篇:
下一篇: