| 1234567891011121314151617181920212223242526 |
- [
- {
- "id": 1,
- "index": 0,
- "name": "fxd测试",
- "address": "192.168.0.85:19821",
- "state": 1,
- "is_open": true,
- "capacity": 2000,
- "serverid": 1,
- "groupid": 1,
- "note": "local"
- },
- {
- "id": 2,
- "index": 1,
- "name": "测试服",
- "address": "43.226.57.217:19821",
- "state": 1,
- "is_open": true,
- "capacity": 2000,
- "serverid": 2,
- "groupid": 2,
- "note": "测试服"
- }
- ]
|