发送聊天室全服广播消息
POST
/im/v2/broadcast_notification/actions/chatroom
请求参数
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
Body 参数application/json
client_broadcast_id
string
必需
sender_id
string
必需
extension
string
可选
resend_flag
integer
必需
>= 0<= 1
message
object
消息体
message_type
integer
消息类型
sub_type
integer
自定义消息子类型
> 0
text
string
文本消息
<= 500 字符
attachment
object
多媒体消息内容
route_config
object
抄送配置
route_enabled
boolean
可选
默认值:
true
route_environment
string
可选
antispam_config
object
安全通配置
antispam_enabled
boolean
安全通开关
默认值:
true
antispam_business_id
string
安全通业务ID
antispam_extension
string
安全通增强参数
antispam_custom_message_enabled
boolean
自定义内容审核开关
默认值:
false
antispam_custom_message
string
自定义安全通检测内容
antispam_cheating
string
反作弊检测参数
message_config
object
消息配置项。
high_priority
boolean
可选
notify_target_tags
string
可选
示例
"client_broadcast_id": "aaaaaaaa-asdasdsadasda-adasda",
"sender_id": "accid1",
"extension": "occaecat",
"resend_flag": 0,
"message": {
"message_type": 0,
"sub_type": 15063838,
"text": "dolor aliqua ut laboris commodo"
},
"route_config": {
"route_enabled": true,
"route_environment": "amet sunt commodo"
},
"message_config": {
"high_priority": false,
"notify_target_tags": " "
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.yunxinapi.com/im/v2/broadcast_notification/actions/chatroom' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '"client_broadcast_id": "aaaaaaaa-asdasdsadasda-adasda",
"sender_id": "accid1",
"extension": "occaecat",
"resend_flag": 0,
"message": {
"message_type": 0,
"sub_type": 15063838,
"text": "dolor aliqua ut laboris commodo"
},
"route_config": {
"route_enabled": true,
"route_environment": "amet sunt commodo"
},
"message_config": {
"high_priority": false,
"notify_target_tags": " "
}
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
create_time
number
必需
client_broadcast_id
string
必需
sender_id
string
必需
from_nick
string
必需
from_avator
string
必需
room_id
string
必需
message_type
integer
广播消息类型。
text
string
必需
attachment
object
必需
from_client_type
string
必需
high_priority
boolean
必需
sub_type
integer
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"create_time": 0,
"client_broadcast_id": "string",
"sender_id": "string",
"from_nick": "string",
"from_avator": "string",
"room_id": "string",
"message_type": 0,
"text": "string",
"attachment": {},
"from_client_type": "string",
"high_priority": true,
"sub_type": 0
}
}
🟢200成功
🟢200请求参数错误
🟢200服务器错误
修改于 2024-02-26 02:30:53