{
"method": "/msg/roomTopMessageSet",
"params": {
"guid": "{{guid}}",
"roomId": "10965*****579",
"msgId": "CIGABBDd*****5nICAAyAD",
"msgSenderId": "16888****804",
"msgTimestamp": 1752224990,
"msgData": {
"content": "test1"
},
"msgType": 0
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/roomTopMessageSet",
"params": {
"guid": "{{guid}}",
"roomId": "10965*****579",
"msgId": "CIGABBDd*****5nICAAyAD",
"msgSenderId": "16888****804",
"msgTimestamp": 1752224990,
"msgData": {
"content": "test1"
},
"msgType": 0
}
}'{
"code": 0,
"data": {},
"msg": "成功"
}