Commit a37ee08295fce1a31702c3f640432cd5f8983e5e
Committed by
xp.Huang
1 parent
99b2eee4
feat: 消息记录中,查询条件消息平台加入阿里语音通知搜索
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -54,6 +54,7 @@ export const typeList = [ | @@ -54,6 +54,7 @@ export const typeList = [ | ||
54 | { label: '阿里', value: 'ALI_CLOUD' }, | 54 | { label: '阿里', value: 'ALI_CLOUD' }, |
55 | { label: '钉钉', value: 'DING_TALK' }, | 55 | { label: '钉钉', value: 'DING_TALK' }, |
56 | { label: '腾讯', value: 'TENCENT_CLOUD' }, | 56 | { label: '腾讯', value: 'TENCENT_CLOUD' }, |
57 | + { label: '阿里云语音', value: 'ALI_VOICE' }, | ||
57 | ]; | 58 | ]; |
58 | 59 | ||
59 | export const searchFormSchema: FormSchema[] = [ | 60 | export const searchFormSchema: FormSchema[] = [ |