update: 新增默认值

This commit is contained in:
JiangQiming 2023-02-22 17:29:12 +08:00
parent dccebe617e
commit 5cd3065b39
1 changed files with 2 additions and 2 deletions

View File

@ -184,11 +184,11 @@ export const TEMPLATE_FIELD_MAP = {
},
voice: {
aliyun: {
templateType: '',
templateType: 'tts',
templateCode: '',
ttsCode: '',
message: '',
playTimes: undefined,
playTimes: 1,
calledShowNumbers: '',
calledNumber: '',
}