接口名称 发送短信     签名
地址 https://api.cnlive.com/open/api2/SMS2/sendSms
method post
返回数据 json

请求参数说明:

参数名 参数类型 必选 参数说明
appId string true 应用ID
taskId string true 短信模板ID taskId说明
signatureId string false 短信签名ID signatureId说明
mobile string true 手机号
content string true 模板内容参数
sign string true 签名

规则说明:

1.一分钟内一个手机号只允许发送一条;
2.一天内一个手机号只允许发送二十条;

返回格式说明:

{ 
 "errorCode":"0",
 "errorMessage":"成功"
}

{ 
 "errorCode":"100001",
 "errorMessage":"短信发送次数过多"
}

{ 
 "errorCode":"100002",
 "errorMessage":"短信发送失败"
}

{ 
 "errorCode":"100000",
 "errorMessage":"消息其它异常"
}