mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
bff527753c
<img width="1159" alt="image" src="https://github.com/longportapp/openapi-website/assets/5518/6c5f5158-1d2b-48a1-b33d-304478703cd3">
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
---
|
|
title: 通用错误码
|
|
id: error-codes
|
|
slug: /error-codes
|
|
sidebar_position: 10
|
|
---
|
|
|
|
### 错误码
|
|
|
|
| HTTP Status | code | message | 说明 |
|
|
| ----------- | ------ | ---------------------- | ---------------------------------------- |
|
|
| 403 | 403201 | signature invalid | 签名无效 |
|
|
| 403 | 403202 | duplicate request | 重复请求,同一个请求没有更换 X-Timestamp |
|
|
| 403 | 403203 | apikey illegal | App Key 无效 |
|
|
| 403 | 403205 | ip is not allowed | IP 地址无权访问 |
|
|
| 401 | 401003 | token expired | Access Token 已过期,请刷新 Access Token |
|
|
| 429 | 429001 | ip request ratelimit | IP 访问过于频繁,请稍后再试 |
|
|
| 429 | 429002 | api request is limited | 接口访问过于频繁,请稍后再试 |
|
|
| 500 | 500000 | internal error | 服务内部错误,请联系客户经理进行处理 |
|