File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ captcha.setCaptchaId("72bf15796d0b69c43867452fea615052");
245245captcha. setApiServer(" api-na.geetest.com" );
246246captcha. setChallenge(" 12345678abc90123d45678ef90123a456b" );
247247captcha. setUrl(" https://mysite.com/captcha.html" );
248+ captcha. setRiskType(" slide|1779887038.402245|6563f67750ef47d9b1302ef524gf719f|04fe1ca6a68510c08f6f9aacfe4ce284a9e672d9ecb4212e6cd593ad583ef054" );
248249captcha. setProxy(" HTTPS" , " login:password@IP_address:PORT" );
249250```
250251
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ public static void main(String[] args) {
1818 captcha .setApiServer ("api-na.geetest.com" );
1919 captcha .setChallenge ("12345678abc90123d45678ef90123a456b" );
2020 captcha .setUrl ("https://mysite.com/captcha.html" );
21+ captcha .setRiskType ("slide|1779887038.402245|6563f67750ef47d9b1302ef524gf719f|04fe1ca6a68510c08f6f9aacfe4ce284a9e672d9ecb4212e6cd593ad583ef054" );
2122 captcha .setProxy ("HTTPS" , "login:password@IP_address:PORT" );
2223
2324
You can’t perform that action at this time.
0 commit comments