Commit a37ee08295fce1a31702c3f640432cd5f8983e5e

Authored by fengtao
Committed by xp.Huang
1 parent 99b2eee4

feat: 消息记录中,查询条件消息平台加入阿里语音通知搜索

... ... @@ -54,6 +54,7 @@ export const typeList = [
54 54 { label: '阿里', value: 'ALI_CLOUD' },
55 55 { label: '钉钉', value: 'DING_TALK' },
56 56 { label: '腾讯', value: 'TENCENT_CLOUD' },
  57 + { label: '阿里云语音', value: 'ALI_VOICE' },
57 58 ];
58 59
59 60 export const searchFormSchema: FormSchema[] = [
... ...