feat: add geetest support

This commit is contained in:
2023-08-01 07:42:26 +03:00
parent 6e6db166b4
commit 54962f9db5
2 changed files with 15 additions and 1 deletions

View File

@ -32,6 +32,20 @@ export type tasks = {
result: {
token: string
}
},
GeeTest3: {
params: {
siteKey: string,
pageUrl: string,
challenge: string,
apiServer?: string,
proxy?: string
},
result: {
challenge: string,
validate: string,
seccode: string
}
}
}