缺省响应接口
Interface address:/
- Parameter interface -
Name parameter | type | Is it necessary | Default value | explain |
---|---|---|---|---|
-None- |
- Return results -
dataThe specific fields in the data are as follows:
Note:
a.b means: a is a substructure, and b is the field of the substructure;a..b means that the result of a is an array, and b is the field of the structure in each cell of the array.
Field name | type | explain |
---|---|---|
version | string | 当前API版本 |
- Error list -
Error status code | Error description information |
---|---|
200 | 200 |
302 | 302 |
355 | 355 |
400 | 400 |
404 | 404 |
411 | 411 |
414 | 414 |
500 | 500 |
501 | 501 |
502 | 502 |
504 | 504 |
- JSON return example -
{
"code" : Status code,
"data" : The above returned data JSON object, error, no this field,
"message": Error description text
}