unify plugin base api parms for data structure,

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
pull/19353/head
zhanluxianshen 9 months ago
parent 3258a91d5d
commit 84e951329a
No known key found for this signature in database
GPG Key ID: 0D2A455788E77ABC

@ -111,7 +111,7 @@ class BasePluginClient:
path: str,
type: type[T],
headers: dict | None = None,
data: bytes | None = None,
data: bytes | dict | None = None,
params: dict | None = None,
files: dict | None = None,
) -> T:

Loading…
Cancel
Save