<dependency>
<groupId>com.spotter.api.gateway</groupId>
<artifactId>sdk-core-java</artifactId>
<version>1.0.0</version>
</dependency>
spotter_openapi_sdk==1.0.0
SPOTTER_BASE_URL 基础的 URL,默认是https://openapi.spotterio.com
SPOTTER_APP_KEY APP_KEY项
SPOTTER_APP_SECRET APP_SECRET项
code | 返回值 | 状态描述 | 问题排查策略 |
---|---|---|---|
400 | Bad Request: errMsg | 请求错误 | 根据errMsg核对接口文档 |
401 | Unauthorized | 没有被授权或者授权已经失效 | 核对应用Key & Secret |
404 | Not Found | 资源未找到 | 核对该接口路径 |
429 | Too Many Requests | 请求过多 | 降低接口请求速率 |
500 | Internal Server Error | 服务器内部错误 | 联系账号经理处理 |