chore: (trigger) refactor webhook service (#25229)

This commit is contained in:
非法操作
2025-09-05 14:00:20 +08:00
committed by GitHub
parent 8e4b59c90c
commit 81ef7343d4
4 changed files with 354 additions and 291 deletions

View File

@ -184,7 +184,6 @@ class PluginService:
)
return str(url_prefix % {"tenant_id": tenant_id, "filename": filename})
@staticmethod
def get_asset(tenant_id: str, asset_file: str) -> tuple[bytes, str]:
"""