简要描述:

  • 接口版本:

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

请求URL:

  • 请求方式:

  • wss

请求头:

参数名 是否必须 类型 说明

公共请求参数:

参数名 是否必须 类型 说明
link_type string 连接方式【ws】
module string 模块【wzb】
device_type string 设备端【pc=电脑,app=APP软件,h5=手机h5,wx_small=微信小程序,desktop=桌面软件】
param array 自定义参数数组
action string 方法名【online】

param请求参数:

参数名 是否必须 类型 说明
token string 用户凭证
send_uid int 发送者uid
send_username string 发送者名称
send_avatar string 发送者头像

发送示例:

{
    "link_type":"ws",
    "module":"wzb",
    "device_type":"pc",
    "action":"online",
    "param":{
        "token":"eyJ0eXAiOiJKV1QiLCJhbGciOi",
        "send_uid":"9",
        "send_nickname":"user2",
        "send_avatar":"https://xx.com/uploads/user31e.png",
    }
}

返回示例:

正确时返回:

{
    "action":"online",
    "status":200,
    "msg":"上线成功",
    "data":[

    ]
}

错误时返回:

data返回参数说明:

参数名 类型 说明

备注:

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