This commit is contained in:
jxxghp
2023-06-18 15:59:38 +08:00
parent 5dd7878e1b
commit 104ae59e18
19 changed files with 425 additions and 181 deletions

View File

@ -8,7 +8,7 @@ from app.schemas.types import EventType
class WebhookChain(ChainBase):
"""
响应Webhook事件
Webhook处理链
"""
def message(self, body: Any, form: Any, args: Any) -> None: