请求地址
名称是否必须示例值说明
请求地址UTF-8http://dc.28inter.com/sms.aspx

如果服务器不支持解析,

请联系技术人员进行协助处理!

请求参数
名称是否必须示例值描述
发送任务命令必须固定设置为:send设置为固定的:send
帐户                必须28inter注册或系统管理员分配获取,登陆账号
密码    必须123456    注册或系统管理员分配获取,登陆密码
用户ID    必须1001   注册或系统管理员分配获取,账户ID
发送号码必须13000000000,13000000001短信接收号码。支持单个或多个手机号码,传入号码为11位手机号码,不能加0或86。群发短信需传入多个号码,以英文逗号分隔,一次调用最多传入200个号码示例:13000000000,13000000001
发送内容必须【创信信息】您的验证码是:123456

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

sendtime可选2000-12-31 00:00:10短信定时发送时间。不设置默认为立即发送。格式为:YYYY-MM-DD HH:MM:SS
rt可选json固定值 json,不填则为XML格式返回

 

vb.net实例

 公共类WebForm1 
继承System.Web.UI.Page 

受保护的子Page_Load(ByVal sender As Object,ByVal e As System.EventArgs)处理Me.Load 
End Sub 

Protected Sub Button1_Click(ByVal sender As Object,ByVal e As EventArgs)处理Button1。单击
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&密码=你的密码&帐号=你的账号")
Dim res As Byte()= web.UploadData("http://dc.28intercom/sms.aspx ?action = checkkeyword","POST",d)Dim str_res As String 
str_res = System.Text.Encoding.GetEncoding("utf-8")。GetString(res)
Response。写(str_res) 
结束子

受保护的Sub Button2_Click(ByVal sender As Object,ByVal e As EventArgs)处理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&密码=你的密码&帐号=你的账号")
Dim res As Byte()= web.UploadData (“http://dc.28inter.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)处理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&密码=你的密码&account =你的账号&content ="+ TextBox3.Text +"&mobile =“+ TextBox2.Text" 
Dim res As Byte()= web.UploadData(“http://www.etanzhi.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

微信

公众号

服务热线
在线咨询