{
"method": "/msg/sendGroupMsgStatus",
"params": {
"guid": "{{guid}}",
"groupMsgId": "115258331353230686",
"endDetailId": 2
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendGroupMsgStatus",
"params": {
"guid": "{{guid}}",
"groupMsgId": "115258331353230686",
"endDetailId": 2
}
}'{
"code": 0,
"data": {
"customerList": [
{
"customId": 788144444444744,
"detailId": 2,
"seq": 30970727,
"status": 1,
"adminId": 1684444444407991
},
{
"customId": 788444444447664,
"detailId": 1,
"seq": 30970728,
"status": 1,
"adminId": 1684444444407991
}
],
"hasSend": true,
"isEnd": true,
"total": 2
},
"msg": "成功"
}