API:模板短信API实例
实例说明
代码示例
发送一封测试短信
http://api.feige.ee/SmsService/Template
Account=your_app_id
&Pwd=your_pwd
&Content=变量1||变量2
&Mobile=your_mobile
&TemplateId=2
&SignId=签名ID
{
"Code":0,
"Message":"OK",
"SendId":"2016072909264497197473179"
"InvalidCount":0,
"SuccessCount":1,
"BlackCount":0
}
使用 CURL 发送一封测试短信
curl -d 'Account=your_app_id&Pwd=your_pwd&Content=变量1||变量2&TemplateId=2&SignId=签名ID&Mobile=your_mobile'http://api.feige.ee/SmsService/Template
{
"Code":0,
"Message":"OK",
"SendId":"2016072909264497197473179"
"InvalidCount":0,
"SuccessCount":1,
"BlackCount":0
}
返回值参数说明