{
"id": "3138034364", //Access ID
"key": "EBOEGqUx7yIjcFyU8egvKEyrmilhj6dq", //Secret Key
"mobile": "18888888888", //发信发送号码
"templateparamset": 123456, //用户发送的自定义验证码,长度在4-6位之间,只能为数字
"taskname": "微短信", //任务名称(可为空,类似备注)
}
参数名 | 参数值 | 是否必填 | 参数类型 | 描述说明 |
---|---|---|---|---|
id | 3138034364 | 是 | String | Access ID |
key
|
EBOEGqUx7yIjc | 是 | String | Secret Key |
mobile
|
18888888888 | 是 | String | 手机号码 |
templateparamset | 123456 | 是 | Integer | 用户发送的自定义验证码,长度在4-6位之间,只能为数字 |
taskname | 微短信 | 否 | String | 任务名称(可为空,类似备注) |
{
"code": 200, //返回代码
"status": "success", //返回状态:"success" or "error"
"message": "发送成功", //接口回执状态描述
"data": {
"TaskID": "WeiSms9849164518"
}
}
参数名 | 参数值 | 是否必填 | 参数类型 | 描述说明 |
---|---|---|---|---|
code | 200 | 是 | Integer | 返回代码 |
status | success | 是 | String | 返回状态:"success" or "error" |
message | ok | 是 | String | 返回信息 |
data | null | 否 | Null | 详细数据 |