状态码
更新时间 2022-11-18 18:55:20
最近更新时间: 2022-11-18 18:55:20
状态码
| 正常状态码 | 描述 |
|---|---|
| 200 | 服务器返回成功,该操作是幂等的 |
| 400 | 用户请求错误,该操作是幂等的 |
| 401 | 用户无权限(用户名或者密码错误等) |
| 403 | 访问受限,被禁止 |
| 404 | 用户请求路径不存在 |
| 429 | Too many Request |
| 500 | 服务端异常 |
| 502 | 网关错误 |
| 503 | 服务不可用 |
错误码
| errorCode | 说明 | 订单状态相关性说明 | http status code | description | message |
|---|---|---|---|---|---|
| openapi.implementation.error | 服务端实现错误 | 无 | 500 | 实现错误 | implmentation error |
| openapi.requestParse.jsonExpected | 内部错误,内部系统交互问题 | 无 | 500 | 请求来源非法 | injected request not expected |
| openapi.requestParse.accessKeyInvalid | 内部错误,内部系统交互问题。 EOP系统转发问题,需求方无需处理。 | 无 | 500 | 非OpenAPI准入的系统access_key | lid |
| openapi.requestParse.eopInvalidRejection | 请求格式非法 | 无 | 400 | 请求格式非法 | request should be http POSTed json |
| openapi.requestParse.emptyRequest | 请求为空 | 无 | 400 | 请求为空 | request should not be empty |
| openapi.parameter.xxxx | 无 | 无 | 400 | 请求参数错误: xxx | request param error: xxx |
| openapi.admin.accessFailed | OpenAPI访问内部系统失败 | 无 | 200 | 系统错误 | access internal service failed |
| openapi.userPermission.accessFailed | 无 | 无 | 200 | 系统错误 | access internal service failed |
| openapi.yacos.accessFailed | OpenAPI访问内部系统失败 | 无 | 200 | 系统错误 | access internal service failed |
| openapi.workorder.accessFailed | OpenAPI访问内部系统失败 | 无 | 200 | 系统错误 | access internal service failed |
| openapi.ctyunPlatform.accessFailed | OpenAPI访问内部系统失败 | 无 | 200 | 系统错误 | access internal service failed |
| openapi.charge.fused | 访问内部系统失败 | 无 | 200 | 系统错误 | access internal service failed |
| openapi.innerSys.accessFailed | OpenAPI访问内部系统失败 | 无 | 200 | 系统错误 | access internal service failed |