feat: 重构接口日志页面与接口监控看板,支持HTTP方法过滤和实时轮询
This commit is contained in:
@@ -140,6 +140,8 @@ def _client(row: Website) -> Sub2ApiWebsiteClient:
|
||||
auth_type=row.auth_type,
|
||||
auth_config=json.loads(row.auth_config_json or "{}"),
|
||||
timeout=float(row.timeout_seconds),
|
||||
target_id=row.id,
|
||||
target_name=row.name,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user