serverlist.json 243 B

123456789101112131415
  1. [
  2. {
  3. "id": 1,
  4. "index": 0,
  5. "name": "测试服1区",
  6. "address": "47.109.111.123:19821",
  7. "state": 1,
  8. "is_open": true,
  9. "capacity":2000,
  10. "serverid": 1,
  11. "groupid": 1,
  12. "note": "测试服"
  13. }
  14. ]