Commit 5f3adcb869684eca27d264eab9dc3e0cea381009

Authored by xp.Huang
2 parents 99b2eee4 a37ee082

Merge branch 'dev_latest' into 'main_dev'

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

See merge request yunteng/thingskit-front!1271
... ... @@ -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[] = [
... ...