mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
feat: align with path
This commit is contained in:
@ -14,7 +14,7 @@ class PluginAssetManager(BasePluginClient):
|
|||||||
def extract_asset(self, tenant_id: str, plugin_unique_identifier: str, filename: str) -> bytes:
|
def extract_asset(self, tenant_id: str, plugin_unique_identifier: str, filename: str) -> bytes:
|
||||||
response = self._request(
|
response = self._request(
|
||||||
method="GET",
|
method="GET",
|
||||||
path=f"plugin/{tenant_id}/extract-asset",
|
path=f"plugin/{tenant_id}/extract-asset/",
|
||||||
params={
|
params={
|
||||||
"tenant_id": tenant_id,
|
"tenant_id": tenant_id,
|
||||||
"plugin_unique_identifier": plugin_unique_identifier,
|
"plugin_unique_identifier": plugin_unique_identifier,
|
||||||
|
|||||||
Reference in New Issue
Block a user