mirror of
https://github.com/langgenius/dify.git
synced 2026-02-01 00:21:14 +08:00
fix: request param
This commit is contained in:
parent
6d34e4e99b
commit
c61656c759
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user