Compare commits
1 Commits
master
...
fdf1c4f628
Author | SHA1 | Date | |
---|---|---|---|
fdf1c4f628 |
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user