更新时间:2023-09-11 09:55:07下载pdf
本文介绍添加语音模板的 API。
添加语音模板。
POST: /v1.0/iot-03/msg-templates/voices
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
name | String | true | 模板名称,长度为1~30 个字符 | |
content | String | true | 模板内容,长度为1~200 个字符 | |
type | Integer | true | 语音类型,0:验证码,1:语音通知 | |
remark | String | true | 语音模板申请说明,请在申请说明中描述您的业务使用场景,长度为1~100个字符 |
参数名 | 类型 | 说明 |
---|---|---|
result | MsgTemplatesRes |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
template_id | String | 模板 ID。返回的模板 ID 审核通过后才会生效,请耐心等待审核结果。 |
POST: /v1.0/iot-03/msg-templates/voices
{
"name": "语音验证码模板",
"content": "您正在申请手机注册,验证码为:${code},5分钟内有效",
"type": 0,
"remark": "当前的语音模板应用于注册场景"
}
{
"result": {
"template_id": "VOICE_1616396456"
},
"t": 1586153261345,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈