serverlist.json 440 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "id": 1,
  4. "index": 0,
  5. "name": "fxd测试",
  6. "address": "192.168.0.85:19821",
  7. "state": 1,
  8. "is_open": true,
  9. "capacity": 2000,
  10. "serverid": 1,
  11. "groupid": 1,
  12. "note": "local"
  13. },
  14. {
  15. "id": 2,
  16. "index": 1,
  17. "name": "测试服",
  18. "address": "43.226.57.217:19821",
  19. "state": 1,
  20. "is_open": true,
  21. "capacity": 2000,
  22. "serverid": 2,
  23. "groupid": 2,
  24. "note": "测试服"
  25. }
  26. ]