{
"id": "3138034364", //Access ID
"key": "EBOEGqUx7yIjcFyU8egvKEyrmilhj6dq", //Secret Key
"mobile": "13910086110,13610010119", //发信发送号码,多个号码群发用半角逗号,隔开
"templateid": "TI6ROAXUUUN0A2NDOAOZ", //账户下已通过审核的模板ID
"templateparamset": "变量1||变量2", //模板参数,多个变量以||进行分隔,按顺序排列 如:变量1||变量2
"taskname": "", //任务名称(可为空,类似备注)
"sendtime": "" //定时发送:为空表示立即发送 发送格式为10位数时间戳
}
参数名 | 参数值 | 是否必填 | 参数类型 | 描述说明 |
---|---|---|---|---|
id | 3138034364 | 是 | String | Access ID |
key
|
EBOEGqUx7yIjc | 是 | String | Secret Key |
mobile
|
18888888888 | 是 | String | 手机号码 |
templateid | TI6ROAXUUUN0A2NDOAOZ | 是 | String | 账户下已通过审核的模板ID |
templateparamset | 变量1||变量2 | 是 | String | 用户发送的自定义验证码,长度在4-6位之间,只能为数字 |
taskname | 微短信 | 否 | String | 任务名称(可为空,类似备注) |
sendtime | 1676101752 | 否 | String | 定时发送:为空表示立即发送 发送格式为10位数时间戳 |
{
"code": 200, //返回代码
"status": "success", //返回状态:"success" or "error"
"message": "发送成功", //接口回执状态描述
"data": {
"TaskID": "WeiSms9849164510"
}
}
参数名 | 参数值 | 是否必填 | 参数类型 | 描述说明 |
---|---|---|---|---|
code | 200 | 是 | Integer | 返回代码 |
status | success | 是 | String | 返回状态:"success" or "error" |
message | ok | 是 | String | 返回信息 |
data | null | 否 | Null | 详细数据 |