简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2023-04-19 |
|
请求URL:
请求头:
公共请求参数:
参数名 |
是否必须 |
类型 |
说明 |
link_type |
是 |
string |
连接方式【ws】 |
module |
是 |
string |
模块【wzb】 |
action |
是 |
string |
方法名【sendMessage】 |
device_type |
是 |
string |
设备端【pc=电脑,app=APP软件,h5=手机h5,wx_small=微信小程序,desktop=桌面软件】 |
param |
是 |
array |
自定义参数数组 |
param请求参数:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
用户凭证 |
send_uid |
是 |
string |
发送者uid |
send_username |
是 |
string |
发送者名称 |
send_avatar |
是 |
string |
发送者头像 |
to_uid |
是 |
string |
接收者uid |
type |
是 |
string |
信息类型【1=文字,2=图片,3=语音,4=视频,5=文件,6=链接】 |
content |
是 |
string |
内容,默认空 |
发送示例:
{
"link_type":"ws",
"module":"wzb",
"device_type":"pc",
"action":"sendMessage",
"param":{
"token":"eyJ0eXAiOiJKV1QiLCJ",
"send_uid":"9",
"send_nickname":"user2",
"send_avatar":"https://xx.com/uploab231e.png",
"to_uid":"16",
"type":"1",
"content":"在吗"
}
}
返回示例:
正确时返回:
{
"action":"sendMessage",
"status":200,
"msg":"发送成功",
"data":{
"send_uid":"9",
"send_nickname":"user2",
"send_avatar":"https://xx.com/uplo3bb231e.png",
"to_uid":"16",
"type":"1",
"content":"在吗,请"
}
}
返回参数说明:
参数名 |
类型 |
说明 |
to_uid |
int |
接收者uid |
send_uid |
int |
发送者uid |
send_username |
string |
发送者昵称 |
send_avatar |
string |
发送者头像 |
type |
int |
信息类型(1=文字,2=图片,3=语音,4=视频,5=文件,6=链接)【1】 |
content |
string |
内容,默认空 |
备注:
作者:admin 创建时间:2023-04-19 14:39
更新时间:2025-04-01 15:40