Clone
0
返回码说明
lerdb edited this page 2024-01-14 16:50:24 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

接口返回值中body.code字段值中的代码含义

内容 含义
0 成功
1 IP 被封禁或不支持反代
2 获取失败
4 服务器内部错误(对应 statuscode 500
5 请求过于频繁
6 参数错误

接口返回的statuscode对应的代码含义

内容 含义
200 成功
403 IP 被封禁
400 参数错误
429 请求过于频繁
500 服务器内部错误(对应 body.code 4