curl --location --request GET '/room/list?type' \ --header 'Authorization;'
{ "code": 200, "msg": "success", "data": [ { "roomId": 1, "roomName": "pig", "type": 1 }, { "roomId": 2, "roomName": "mite", "type": 1 }, { "roomId": 2, "roomName": "飞猪聊天室开发群", "type": 2 } ] }