Compare commits

...

1 Commits

Author SHA1 Message Date
fdf1c4f628 feat: add geetest3 support 2023-08-01 07:38:25 +03:00

View File

@ -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
}
} }
} }