mirror of https://github.com/langgenius/dify.git
feat: align with params
This commit is contained in:
parent
ffcaa67a56
commit
5c69521973
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue