mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 21:00:26 +08:00
feat: notice_config access messenger (#190)
This commit is contained in:
@@ -12,3 +12,10 @@ class OperatorType(BaseEnum):
|
||||
LESS_THAN = 6
|
||||
IS_EMPTY = 7
|
||||
IS_NOT_EMPTY = 8
|
||||
|
||||
|
||||
BotNameMap = {
|
||||
'wechatApp': 'wechatBot',
|
||||
'feishuApp': 'feishuBot',
|
||||
'dingdingApp': 'dingdingBot',
|
||||
}
|
||||
|
Reference in New Issue
Block a user