21 lines
381 B
JSON
21 lines
381 B
JSON
|
[
|
|||
|
{
|
|||
|
"id": "room1",
|
|||
|
"name": "全国大区1",
|
|||
|
"status": "full",
|
|||
|
"onlinecount": 2000,
|
|||
|
"category": 0,
|
|||
|
"url": "ws://test.fishlee.net/chathandler.ashx/room1",
|
|||
|
"recommand": true
|
|||
|
},
|
|||
|
{
|
|||
|
"id": "room2",
|
|||
|
"name": "全国大区2",
|
|||
|
"status": "ok",
|
|||
|
"onlinecount": 1533,
|
|||
|
"category": 0,
|
|||
|
"url": "ws://test.fishlee.net/chathandler.ashx/room2",
|
|||
|
"recommand": false
|
|||
|
}
|
|||
|
]
|