# 系统

# 查询系统信息

# 请求 URL:

  • http://host:port/heycloud/api/base/system/info

# 请求方式:

  • GET

# 请求示例:

GET http://host:port/heycloud/api/base/system/info

# 正确响应示例:

{
  "result": { "demo": false }
}

# 错误响应示例:

{
  "error": "Error",
  "message": "错误信息"
}