VB.NET实例
请求地址
名称 是否必须 示例值 说明
请求地址    UTF-8 http://sms.kingtto.com:9999/sms.aspx

如果服务器不支持解析,

将sms.kingtto.com改为101.201.41.194

请求参数
名称 是否必须 示例值 描述
action 必须 固定设置为:send 任务命令为:短信发送
account 必须 ceshi 注册获取;平台登陆账号。  点此注册>>
password     必须 123456     注册获取;平台登陆密码。  点此注册>>
userid     必须 1001    注册获取,登陆后台,在客户管理-我的信息中查看
mobile 必须 13000000000,13000000001 短信接收号码。支持单个或多个手机号码,传入号码为11位手机号码,不能加0或+86。群发短信需传入多个号码,以英文逗号分隔,一次调用最多传入200个号码。示例:13000000000,13000000001
content 必须 【凯信通】您的验证码是:123456

发送短信的内容,整体做urlencode.短信的格式为:【签名】放在内容的最前方。
示范:【凯信通】您本次注册的验证码是:888888,
其中“签名”可根据自己公司的名称或简称自定义,字数为2-8字,不可以是纯数字、电话号码或者网址,不可以是无意义的签名,比如“大家好”“哈哈哈”“提示”等
正确示例:【凯信通】、【京东】、【百度】、【糯米团购】
错误示例:【你好】、【通知】、【测试一下】、【哈哈哈】、【123123】

sendtime 可选 2000-12-31 00:00:10 短信定时发送时间。不设置默认为立即发送。格式为:YYYY-MM-DD HH:MM:SS
vb.net实例

 Public Class WebForm1
Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
End Sub

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click
Dim web As New System.Net.WebClient() '验证帐号
web.Headers.Add("Content-Type", "application/x-www-form-urlencoded")
Dim d As Byte() = System.Text.Encoding.UTF8.GetBytes("userid=你的ID&password=你的密码&account=你的账号")
Dim res As Byte() = web.UploadData("http://sms.kingtto.com:9999/sms.aspx?action=checkkeyword", "POST", d)
Dim str_res As String
str_res = System.Text.Encoding.GetEncoding("utf-8").GetString(res)
Response.Write(str_res)
End Sub

Protected Sub Button2_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button2.Click
Dim web As New System.Net.WebClient() '余额查询
web.Headers.Add("Content-Type", "application/x-www-form-urlencoded")
Dim d As Byte() = System.Text.Encoding.UTF8.GetBytes("userid=你的ID&password=你的密码&account=你的账号")
Dim res As Byte() = web.UploadData("http://www.qf106.com/sms.aspx?action=overage", "POST", d)
Dim str_res As String
str_res = System.Text.Encoding.GetEncoding("utf-8").GetString(res)
Response.Write(str_res)
End Sub

Protected Sub Button3_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button3.Click
Dim web As New System.Net.WebClient() '发送短信
web.Headers.Add("Content-Type", "application/x-www-form-urlencoded")
Dim d As Byte()
d = System.Text.Encoding.UTF8.GetBytes("userid=你的ID&password=你的密码&account=你的账号&content=" + TextBox3.Text + "&mobile=" + TextBox2.Text)
Dim res As Byte() = web.UploadData("http://www.qf106.com/sms.aspx?action=send", "POST", d)
Dim str_res As String
str_res = System.Text.Encoding.GetEncoding("utf-8").GetString(res)
Response.Write(str_res)
End Sub
End Class

 

友情链接: 京东万象 | 短信群发 | 短信平台 | 中国移动 | 中国联通 | 中国电信 | 百度 | 唯品会 | 企信通 | 106短信 | 短信公司 | 企业短信 | 凯途传媒 | 短信API | 凯信通 | 短信接口 |

首页| 产品中心| 资费套餐| 行业资讯| 接口应用| 联系我们

全国统一咨询电话:0551-65262188    TEL:13205516161/13635693654      公司地址:安徽省合肥市瑶海区万达广场2幢24层

版权所有合肥凯途文化传媒有限公司 皖ICP备13019207号 皖公网安备 34010302000283号

扫一扫

关闭
18158855707 时 间:365 * 24h
1
2