Server
极验服务会校验传入值,当不符合要求时会返回对应的错误码。
错误码 | 原因 | 返回状态 | 返回信息 |
---|---|---|---|
10001 | 当前请求缺少必要参数 | error | missing parameter 具体缺少的参数类型 |
10002 | 当前请求的参数解析失败 | error | Parameter parse error |
20001 | 极验深知gtid为空 | error | Deepknow Id can’t be None |
20002 | 极验深知gtid不合法 | error | illega deepknow id |
20003 | 极验深知gtid不存在 | error | scene not found |
30001 | 当前请求的状态错误 | error | Proof not found |
50001 | 重复verify | error | call gt_verify twice |
50002 | 验证码未完成 | error | need continue captcha |
50003 | seccode不合法 | error | invalid seccode |
60001 | 权限错误 | error | permission check fail |
60002 | token错误 | error | Token check fail |