{
"method": "/room/getRoomList",
"params": {
"guid": "",
"nextStartIndex": 0
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/room/getRoomList",
"params": {
"guid": "",
"nextStartIndex": 0
}
}'{
"code": 0,
"data": {
"hasMore": 0,
"nextStartIndex": 0,
"roomCount": 0,
"roomList": [
{
"roomAvatarUrl": "string",
"roomCreateTime": "string",
"roomId": "string",
"roomName": "string",
"roomOwnerId": "string",
"roomMemberCount": 0
}
]
},
"msg": "string"
}