fix: request param

This commit is contained in:
Stream 2025-10-24 19:40:50 +08:00
parent 6d34e4e99b
commit c61656c759
No known key found for this signature in database
GPG Key ID: 033728094B100D70
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,9 @@ class PluginAssetManager(BasePluginClient):
method="GET",
path=f"plugin/{tenant_id}/asset/extract",
params={
"tenant_id": tenant_id,
"plugin_unique_identifier": plugin_unique_identifier,
"file_name": filename
"file_path": filename
}
)
if response.status_code != 200: