Skip to content

Commit 0f2b64b

Browse files
update softId
1 parent 75442b0 commit 0f2b64b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/structs/2captchaServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class Server extends EventEmitter {
7878

7979
private get defaultPayload() {
8080
return {
81-
key: this._apikey, json: 1, header_acao: this._headerACAO, soft_id: 100500100
81+
key: this._apikey, json: 1, header_acao: this._headerACAO, soft_id: 4587
8282
}
8383
}
8484

src/structs/constants/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ruCaptchaIn = 'https://rucaptcha.com/in.php'
77
const ruCaptchaRes = 'https://rucaptcha.com/res.php'
88

99
// TODO: add the ability to specify softid in the constructor of the `Captcha` class
10-
const softId: number = 3898
10+
const softId: number = 4587
1111

1212
const supportedProviders = {
1313
twoCaptcha: {

0 commit comments

Comments
 (0)