code | 说明 |
---|---|
200 | 请求成功 |
101 | 请求失败,服务器异常 |
102 | 请求失败,传入的参数不合法 |
103 | 请求失败,超出了请求次数 |
105 | 请求失败,程序异常 |
106 | 请求失败,结果不存在 |
120 | 请求失败,key不合法 |
常见异常:103
{
"code": 103,
"message": "access limit",
"data": null
}
常见异常:120
{
"timestamp": "2024-01-31T01:56:07.791+0000",
"status": 120,
"error": "Http Status 120",
"message": "token error",
"path": "/gis/getPointDistance"
}
文档更新时间: 2024-02-21 17:13 作者:刘家帅