Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

属性

类型

必须

说明

clientKey

string

您账号的用户密钥

type

string

任务类型: HcaptchaTaskProxyless

websiteURL

string

使用Funcaptcha的网页地址,一般固定值。使用HCaptcha的网页地址,一般固定值。

websiteKey

string

使用Funcaptcha网站密钥,固定值。使用HCaptcha网站密钥,固定值。

enterprisePayload

object

HCaptcha企业版额外参数,目前仅支持rqdata (beta版本):

"enterprisePayload": {"rqdata": "xxxxxxxxx"}

isInvisible

Bool

HCaptcha类型是否为invisible

...

参数

类型

说明

errorId

Integer

错误提示: 0 - 没有错误,1 - 有错误

errorCode

string

错误代码,🔗 点这里查看全部错误列表

errorDescription

string

错误详细描述

status

String

processing - 正在识别中,请1秒后重试
ready - 识别完成,在solution参数中找到结果

solution

Object

识别结果,不同类型的captcha的结果会有所区别,对于Funcaptcha而言,结果为对象中的token。识别结果,不同类型的captcha的结果会有所区别,对于HCaptcha而言,结果为对象中的token。

solution.token

string

识别结果:token值,用于POST或模拟提交给目标网站。

一次性使用,建议获取后立即使用。

...