forked from erp-dev/erp
feat: message-api for mission via wecomm agent
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from notifier.backends import WeComWebhookNotifierBackend
|
||||
from notifier.backends import MessageAPINotifierBackend, WeComWebhookNotifierBackend
|
||||
from notifier.models import NotifierChannelEnum
|
||||
|
||||
|
||||
BACKEND_REGISTRY = {
|
||||
NotifierChannelEnum.WECOM_WEBHOOK: WeComWebhookNotifierBackend,
|
||||
NotifierChannelEnum.MESSAGE_API: MessageAPINotifierBackend,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user