瀏覽代碼

fix: missing user id

Yeuoly 1 年之前
父節點
當前提交
1d575524c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/core/plugin/manager/endpoint.py

+ 1 - 0
api/core/plugin/manager/endpoint.py

@@ -59,6 +59,7 @@ class PluginEndpointManager(BasePluginManager):
             f"plugin/{tenant_id}/endpoint/update",
             dict,
             data={
+                "user_id": user_id,
                 "endpoint_id": endpoint_id,
                 "settings": settings,
             },