...
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 | ||||
---|---|---|---|---|
| ||||
{
"status" : "success" or "fail" or "error",
"data" : {
....
}
} |
Code Block |
---|
{ "status" : "success" or "fail" or "error", "data" : { .... } } |
...