{
"name": "imBotId+wxids",
"messages": [
{
"type": 7,
"payload": {
"text": "test_text"
}
}
],
"atAll": false,
"sendAnnouncement": false,
"scheduledTimestamp": 1751726369000,
"members": [
{
"imBotId": "1688855916578438",
"wxids": [
"R:10879432836728483"
]
}
],
"type": 2
}curl --location --request POST 'https://stride-bg.dpclouds.com/hub-api/api/v2/broadcast/create?token=d12195ec829f4********9e79f1c0bc7' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "imBotId+wxids",
"messages": [
{
"type": 7,
"payload": {
"text": "test_text"
}
}
],
"atAll": false,
"sendAnnouncement": false,
"scheduledTimestamp": 1751726369000,
"members": [
{
"imBotId": "1688855916578438",
"wxids": [
"R:10879432836728483"
]
}
],
"type": 2
}'{
"errcode": 0,
"errmsg": "",
"data": {
"id": "686922d058a375be80547d01",
"orgId": "646d818ba****175124fabde",
"nameId": "QLQF202507052104165411",
"name": "【api创建】imBotId+wxids",
"count": 1,
"successCount": 0,
"failedCount": 0,
"lostCount": 0,
"botIds": [
"66a77970c****6b879ef868"
],
"groupIds": [
"64758f0211****f9615998f1"
],
"createdAt": 1751720656628,
"updatedAt": 1751720656628,
"startAt": 1751720656628,
"finishAt": 0,
"cancelCount": 0,
"sendAnnouncement": false,
"memberNumber": 1,
"scheduledTimestamp": 1751720656628
},
"failedMembers": [
{
"corpId": "",
"botUserId": "",
"externalUserId": null,
"wecomChatId": null,
"imBotId": "1688855916578438",
"wxids": [
"R:10879432836728483"
],
"failReason": "群不存在或者该bot不在群内"
}
]
}