{
"cloudCustomData": "your cloud custom data",
"forbidCallbackControl": [
"string"
],
"fromAccount": "leckie",
"groupAtInfo": [
{
"groupAtAccount": "tommy",
"groupAtAllFlag": 1
}
],
"groupId": "@TGS#2C5SZEAEF",
"msgBody": [
{
"msgContent": {},
"msgType": "TIMTextElem、TIMFaceElem、TIMCustomElem"
}
],
"msgPriority": "High",
"needReadReceipt": 0,
"offlinePushInfo": {
"androidInfo": {
"sound": "shake"
},
"apnsInfo": {
"badgeMode": 1,
"image": "www.image.com",
"sound": "apns.mp3",
"subTitle": "apns subtitle",
"title": "apns title"
},
"desc": "离线推送内容",
"ext": "这是透传的内容",
"pushFlag": 0
},
"onlineOnlyFlag": 1,
"random": 8912345,
"sendMsgControl": [
"string"
],
"supportMessageExtension": 0,
"toAccount": [
"brennanli2",
"brennanli3"
],
"topicId": "string"
}curl --location --request POST '/im/group/send_group_msg' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCustomData": "your cloud custom data",
"forbidCallbackControl": [
"string"
],
"fromAccount": "leckie",
"groupAtInfo": [
{
"groupAtAccount": "tommy",
"groupAtAllFlag": 1
}
],
"groupId": "@TGS#2C5SZEAEF",
"msgBody": [
{
"msgContent": {},
"msgType": "TIMTextElem、TIMFaceElem、TIMCustomElem"
}
],
"msgPriority": "High",
"needReadReceipt": 0,
"offlinePushInfo": {
"androidInfo": {
"sound": "shake"
},
"apnsInfo": {
"badgeMode": 1,
"image": "www.image.com",
"sound": "apns.mp3",
"subTitle": "apns subtitle",
"title": "apns title"
},
"desc": "离线推送内容",
"ext": "这是透传的内容",
"pushFlag": 0
},
"onlineOnlyFlag": 1,
"random": 8912345,
"sendMsgControl": [
"string"
],
"supportMessageExtension": 0,
"toAccount": [
"brennanli2",
"brennanli3"
],
"topicId": "string"
}'{
"code": 0,
"message": "string",
"result": {
"actionStatus": "string",
"errorCode": 0,
"errorInfo": "string",
"msgDropReason": "string",
"msgSeq": 0,
"msgTime": 0
},
"success": true,
"timestamp": 0
}