feat: add geetest support
This commit is contained in:
parent
6e6db166b4
commit
54962f9db5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sati",
|
"name": "sati",
|
||||||
"version": "0.2.4",
|
"version": "0.3.0",
|
||||||
"description": "next generation anti-captcha",
|
"description": "next generation anti-captcha",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
14
src/types.ts
14
src/types.ts
@ -32,6 +32,20 @@ export type tasks = {
|
|||||||
result: {
|
result: {
|
||||||
token: string
|
token: string
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
GeeTest3: {
|
||||||
|
params: {
|
||||||
|
siteKey: string,
|
||||||
|
pageUrl: string,
|
||||||
|
challenge: string,
|
||||||
|
apiServer?: string,
|
||||||
|
proxy?: string
|
||||||
|
},
|
||||||
|
result: {
|
||||||
|
challenge: string,
|
||||||
|
validate: string,
|
||||||
|
seccode: string
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user