简要描述:

  • 接口版本:

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

请求URL:

  • ws://xx.com

请求方式:

  • websocket

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
action string onlineV1
device_type string 设备类型【app=,pc=PC端,h5=移动端,desktop=桌面端】
group_type string 固定值 one
link_type string ws
module string unionchat
token string 登录凭证
send_uid string 发送者uid

返回示例:

正确时返回:

{
    action: "onlineV1"
    data: []
    msg: "绑定成功"
    status: 200
}

错误时返回:

{}

返回参数说明:

参数名 类型 说明

备注:

文档更新时间: 2022-04-14 14:56   作者:admin