群组发送消息
POST
http://localhost:8000/chat/im/groupPush
请求参数
参数名
类型
描述
必填
to
string
示例:all
必填
from
int
示例:2
必填
room_id
int
示例:1
必填
message
string
示例:你好
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:发送成功!
必填
data
array
数据列表
必填