This commit is contained in:
yubanmeiqin9048
2023-08-07 23:12:35 +08:00
parent f7b96daa50
commit 6c147131ba
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from app.utils.http import RequestUtils
from typing import Any, List, Dict, Tuple
from app.log import logger
class WebHook(_PluginBase):
# 插件名称
plugin_name = "Webhook"