Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The response of all requests must follow the format below, and the response in the description of each API describes only the value of the "data" key.

Paste code macro
languagejson
themeSunburst
{
    "status" : "success" or "fail" or "error",
    "data" : {
        ....
    }
}
Code Block
{
    "status" : "success" or "fail" or "error",
    "data" : {
        ....
    }
}

...