feat: add vocechat push #82

This commit is contained in:
duorameng
2026-04-14 22:01:23 +08:00
parent 8e12d15634
commit 73dd6cc4eb
7 changed files with 110 additions and 2 deletions
@@ -55,6 +55,7 @@ var SupportedChannelTypes = []map[string]string{
// {"type": messenger.ChannelWeChatOFAccount, "label": "微信公众号"},
{"type": messenger.ChannelAliyunSMS, "label": "阿里云短信"},
{"type": messenger.ChannelPushPlus, "label": "PushPlus"},
{"type": messenger.ChannelVoceChat, "label": "VoceChat"},
}
// SupportedEvents 支持的事件类型