This commit is contained in:
jxxghp
2023-09-07 16:05:48 +08:00
parent 7efcde89b9
commit a9db0f6bbf
9 changed files with 144 additions and 6 deletions

View File

@ -26,7 +26,7 @@ class WebHook(_PluginBase):
# 加载顺序
plugin_order = 14
# 可使用的用户级别
auth_level = 2
auth_level = 1
# 私有属性
_webhook_url = None