1.1 发送短信接口.md 714 Bytes

请求参数说明:

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

返回格式说明:

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

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

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

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