通用参数说明
完整的参数说明如下,您也可以查阅 How to Use Proxy
{
"clientKey": "YOUR_API_KEY", //您的API密钥
"appId": "YOUR_DEVELOPER_APP_ID",//如果您是开发者,则肯定需要使用此参数
"task": {
"websiteURL": "https://www.google.com/recaptcha/api2/demo",//网站
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",//某些验证码使用siteKey
"type": "ReCaptchaV2Task",//通常,带有ProxyLess的任务类型不需要代理
//您可以通过以下代理格式之一发送代理信息,请仔细阅读
// 代理格式 1
"proxyType": "https",// socks5 | http | https
"proxyAddress": "198.199.100.10",
"proxyPort": 3949,
"proxyLogin": "user",
"proxyPassword": "pass",
// 代理格式 2
"proxy": "socks5:192.191.100.10:4780:user:pwd",
//或者
"proxy": "198.199.100.10:4780:user:pwd", //如果这是白名单IP代理,则无需填写user:pwd
}
}