feat: align with params

This commit is contained in:
Stream 2025-10-24 21:20:12 +08:00
parent ffcaa67a56
commit 5c69521973
No known key found for this signature in database
GPG Key ID: 033728094B100D70
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ class PluginAssetManager(BasePluginClient):
method="GET",
path=f"plugin/{tenant_id}/extract-asset/",
params={
"tenant_id": tenant_id,
"plugin_unique_identifier": plugin_unique_identifier,
"file_path": filename
}