{
"corpId": "ww9c5530210a0d5116",
"senderId": "zennan",
"sendTime": "2021-12-24 16:27:00",
"sendType": 0,
"receiverIds": [
"wmvRo3DwAA_FdQiwbYFUF6mewcb8CY8w"
],
"messageContent": "{\"appletCover\":\"\",\"linkPrivewUrl\":\"\",\"text\":{\"content\":\"你来活了!\"},\"attachments\":[{\"msgtype\":\"image\",\"image\":{\"media_id\":\"3u1HnQuKOwx-kS7XdGW1oN2d76APyKunIiov-y9l27I12SF7nqg5bjR0Ozx2O7kwb\",\"pic_url\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\",\"fileId\":11101}},{\"msgtype\":\"link\",\"link\":{\"title\":\"链接消息\",\"picurl\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\",\"desc\":\"链接内容\",\"url\":\"https://dev.tanmarket.cn/\"},\"linkPrivewUrl\":\"https://dev.tanmarket.cn/\"},{\"msgtype\":\"miniprogram\",\"miniprogram\":{\"title\":\"小程序描述\",\"pic_media_id\":\"3u1HnQuKOwx-kS7XdGW1oN2d76APyKunIiov-y9l27I12SF7nqg5bjR0Ozx2O7kwb\",\"appid\":\"wx550a169ba70fb787\",\"page\":\"https://dev.tanmarket.cn.html\",\"picUrl\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\",\"fileId\":11101},\"appletCover\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\"}]}"
}
curl --location --request POST '/api/v3/customer/createGroupSendMessage' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpId": "ww9c5530210a0d5116",
"senderId": "zennan",
"sendTime": "2021-12-24 16:27:00",
"sendType": 0,
"receiverIds": [
"wmvRo3DwAA_FdQiwbYFUF6mewcb8CY8w"
],
"messageContent": "{\"appletCover\":\"\",\"linkPrivewUrl\":\"\",\"text\":{\"content\":\"你来活了!\"},\"attachments\":[{\"msgtype\":\"image\",\"image\":{\"media_id\":\"3u1HnQuKOwx-kS7XdGW1oN2d76APyKunIiov-y9l27I12SF7nqg5bjR0Ozx2O7kwb\",\"pic_url\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\",\"fileId\":11101}},{\"msgtype\":\"link\",\"link\":{\"title\":\"链接消息\",\"picurl\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\",\"desc\":\"链接内容\",\"url\":\"https://dev.tanmarket.cn/\"},\"linkPrivewUrl\":\"https://dev.tanmarket.cn/\"},{\"msgtype\":\"miniprogram\",\"miniprogram\":{\"title\":\"小程序描述\",\"pic_media_id\":\"3u1HnQuKOwx-kS7XdGW1oN2d76APyKunIiov-y9l27I12SF7nqg5bjR0Ozx2O7kwb\",\"appid\":\"wx550a169ba70fb787\",\"page\":\"https://dev.tanmarket.cn.html\",\"picUrl\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\",\"fileId\":11101},\"appletCover\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/9D/rBHTdWRnGnWAcPuuAAHb2xCWPug846.png\"}]}"
}'
{
"code": 0,
"message": "success",
"data": null
}