{
"method": "/msg/sendGroupMsgRule",
"params": {
"guid": "{{guid}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendGroupMsgRule",
"params": {
"guid": "{{guid}}"
}
}'{
"code": 0,
"data": {
"type": 1
},
"msg": "成功"
}