fix: request path

This commit is contained in:
Stream 2025-10-24 19:15:18 +08:00
parent f3c6d1ca1d
commit d3a767364b
No known key found for this signature in database
GPG Key ID: 033728094B100D70
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class PluginAssetManager(BasePluginClient):
def extract_asset(self, tenant_id: str, plugin_unique_identifier: str, filename: str) -> bytes:
response = self._request(
method="GET",
path=f"plugin/{tenant_id}/asset",
path=f"plugin/{tenant_id}/extract",
params={
"plugin_unique_identifier": plugin_unique_identifier,
"file_name": filename