语音短信发送接口(iuchttpservice/services/send_sms_voice)
语音短信发送接口,能够发送4-8位验证码语音信息
网关地址
| 沙箱环境调用地址: | https://sandbox.hscloud.cn |
| 数据核查类生产调用地址: | https://api.hscloud.cn |
| 仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
| 其余生产调用地址: | https://open.hscloud.cn |
URL
| https://sandbox.hscloud.cn/iuc/v1/iuchttpservice/services/send_sms_voice |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET,POST |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| sms_authkey | String | 是 | 32 | 短信服务授权码 | ||
| sms_priority | Integer | 否 | 10 | 短信优先级 | ||
| businsys_no | Integer | 是 | 10 | 业务系统编号 | ||
| company_id | String | 是 | 20 | 机构编码 | ||
| own_company_id | String | 是 | 20 | 归属机构编码 | ||
| sms_content | String | 是 | 10 | 4-8位数字验证码 | ||
| mobile_tel | String | 是 | 14 | 手机号码 |
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| sms_id | String | 32 | 短信编号 |
|
