{
"guid": "{{guid}}",
"msgList": [
{
"msgData": {
"content": "我是群发-文本类型"
},
"type": 0
},
{
"msgData": {
"title": "我是群发title",
"iconUrl": "https://wew**k.qpic.cn/wwpic3az/59411_H0x4p2RNQHmdDjh_1**9274772/0",
"linkUrl": "https://www.baidu.com",
"desc": "我是群发desc"
},
"type": 13
}
],
"sendType": 1,
"toIdList": [
"1****0042024"
]
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "",
"msgList": [
{
"msgData": {
"content": "我是群发-文本类型"
},
"type": 0
},
{
"msgData": {
"title": "我是群发title",
"iconUrl": "https://wew**k.qpic.cn/wwpic3az/59411_H0x4p2RNQHmdDjh_1**9274772/0",
"linkUrl": "https://www.baidu.com",
"desc": "我是群发desc"
},
"type": 13
}
],
"sendType": 1,
"toIdList": [
"1****0042024"
]
}'{
"code": 0,
"data": {
"groupMsgId": 1120366371070430
},
"msg": "成功"
}