{
"id": "string",
"token": "string",
"messages": [
{
"type": 0,
"payload": {
"text": "string",
"mention": "string",
"wecomMention": "string"
},
"isAnnouncement": true,
"isAtAll": true
}
],
"scheduledTimestamp": 0,
"members": [
{
"botUserId": "string",
"wxids": [
"string"
],
"unionIds": [
"string"
]
}
],
"hasMore": true,
"type": 5
}
curl --location --request POST 'https://aa-hub.ddregion.com/broadcast/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"token": "string",
"messages": [
{
"type": 0,
"payload": {
"text": "string",
"mention": "string",
"wecomMention": "string"
},
"isAnnouncement": true,
"isAtAll": true
}
],
"scheduledTimestamp": 0,
"members": [
{
"botUserId": "string",
"wxids": [
"string"
],
"unionIds": [
"string"
]
}
],
"hasMore": true,
"type": 5
}'
{
"code": -1,
"data": {
"id": "string",
"memberNumber": 0,
"scheduledTimestamp": 0,
"isCreated": true,
"messageNumber": 0,
"failedMembers": [
{
"botUserId": "string",
"wxids": [
"string"
],
"unionIds": [
"string"
]
}
],
"failedMemberCount": 0
}
}