{
"method": "/msg/sendGroupMsgStatus",
"params": {
"guid": "",
"groupMsgId": "115258331353230686",
"endDetailId": 2
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/sendGroupMsgStatus",
"params": {
"guid": "",
"groupMsgId": "115258331353230686",
"endDetailId": 2
}
}'{
"code": 0,
"data": {
"customerList": [
{
"customId": 0,
"detailId": 0,
"seq": 0,
"status": 0,
"adminId": 0
}
],
"hasSend": true,
"isEnd": true,
"total": 0
},
"msg": "string"
}