用户给多个群发消息
POST
http://localhost:9090/imApi/message/sendMsgToManyGroup
请求参数
参数名
类型
描述
必填
content
string
示例:测试发送消息给多个群;消息内容
必填
action
string
示例:1;消息类型:1-用户发送给群系统消息
必填
sender
string
示例:aa;发送者账号
必填
receiverList
array
接收者群账户集合;eg: ["1306167932501381122","1306167932501381123"]
必填
format
string
示例:格式;0:文字消息,1:图片,2:语音,3:文件,8:视频
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
timestamp
int
示例:1615269729071
必填
id
int
示例:0
必填