发送广播消息
POST
/im/v2/broadcast_notification请求参数
Body 参数application/json
content
string
必需
广播消息内容,长度上限 4096 个字符。
from_account_id
string
可选
广播消息发送者的云信账号 ID。
offline_enabled
boolean
可选
广播消息是否存离线。默认为 false(不存)。
ttl
integer
必需
存离线的有效时间,单位为小时,默认为 168 小时,即 7 天。 只有 offline_enabled = true 时,该参数才有效。
target_os
string
可选
接收广播消息的目标客户端,默认为所有客户端。JSONArray 格式,例如: ["ios","aos","pc","web","mac"]
示例
{
"content": "string",
"from_account_id": "string",
"offline_enabled": true,
"ttl": 0,
"target_os": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
示例
未设置
最后修改时间: 10 个月前