Versions Compared

Key

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

...

属性

类型

必须

说明

clientKey

string

您账号的用户密钥

type

string

任务类型: FuncaptchaTaskProxyless

websiteURL

string

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

websiteKey

Stringstring

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

data

string

FunCaptcha 实现可能需要的附加参数。 使用此属性将“blob”值作为字符串化数组发送。 请参阅示例:

{"\blob\":\"HERE_COMES_THE_blob_VALUE\"}

funcaptchaApiJSSubdomain

string

funcaptcha.com 的特殊子域,JS 验证码部件将从中加载。 大多数 FunCaptcha 都在共享域中运行。

请求示例

Code Block
POST https://api.ez-captcha.com/createTask
Content-Type: application/json

{
  "clientKey": "7e5ffc29e3354a19991002f2a19978bb696679",
  "task": {
    "websiteURL": "https://signup.live.com/signup2",
    "websiteKey": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA",
    "type": "FuncaptchaTaskProxyless"
  }
}

...