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