简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2023-04-19 |
|
请求URL:
请求头:
公共请求参数:
参数名 |
是否必须 |
类型 |
说明 |
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