1.1 发送短信接口.md 852 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
appId string true 应用ID
smsTemplateId string true 短信模板ID(ID列表需确定,见后台管理)
smsSignId string false 短信签名ID(ID列表需确定),不传则按默认值xxx处理
mobile string true 手机号
content string true 短信内容参数(内容组织形式需要确定)
sign string true 签名

返回格式说明:

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

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

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

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