feat: add geetest3 support

sati.ac 2023-08-01 07:38:25 +03:00
parent 6e6db166b4
commit fdf1c4f628
1 changed files with 14 additions and 0 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
}
}
}