{
"method": "/room/getRoomList",
"params": {
"guid": "{{guid}}",
"nextStartIndex": 0
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/room/getRoomList",
"params": {
"guid": "{{guid}}",
"nextStartIndex": 0
}
}'{
"code": 200,
"data": {
"hasMore": 0,
"nextStartIndex": -1,
"roomCount": 1,
"roomList": [
{
"roomAvatarUrl": "",
"roomCreateTime": "1708931409",
"roomId": "107910**********",
"roomName": "dGVzdDAyMjbmtYvor5XnvqQ=",
"roomOwnerId": "1688**********",
"roomMemberCount": 5
}
]
},
"msg": "成功"
}