fix(FunCaptcha): make data optional
This commit is contained in:
parent
0d98890463
commit
881c82bd12
@ -25,7 +25,7 @@ export type tasks = {
|
||||
params: {
|
||||
siteKey: string,
|
||||
pageUrl: string,
|
||||
data: Record<string, string>
|
||||
data?: Record<string, string>
|
||||
serviceUrl?: string,
|
||||
proxy?: string
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user