支付宝小程序Serverless 阿里云能力API·aliyun.shortMessage.batchSend
aliyun.shortMessage.batchSend 是阿里云短信能力的批量发送短信接口。
API 声明
batchSend(phoneNumberJson: object, signNameJson: object, templateCode: string, templateParamJson: string)
入参说明
字段名 | 类型 | 必填 | 说明 |
---|---|---|---|
phoneNumberJson | String | 是 | 短信接收号码,JSON 格式,批量上限为100个手机号码,批量调用相对于单条调用及时性稍有延迟,验证码类型的短信推荐使用单条调用的方式 |
signNameJson | String | 是 | JOSN 格式短信签名,例如:[“云通信”,”云通信”] |
templateCode | String | 是 | 短信模板 ID,发送国际/港澳台消息时,请使用国际/港澳台短信模版 |
templateParamJson | String | 是 | 短信模板变量替换 JSON 串,例如:[{"code":"1234","product":"ytx1"},{"code":"5678","product":"ytx2"}] |
出参说明
可前往 SendBatchSms 查看更加详细的参数说明。