ASP如何获取短信验证码

案例:创蓝253云通讯平台的短信验证码接口demo---ASP


<%@LANGUAGE="VBSCRIPT"CODEPAGE="65001"%>

<%

Function Post(url,data)

         dimHttps

         setHttps=server.createobject("MSXML2.XMLHTTP")

         Https.open"POST",url,false

         Https.setRequestHeader"Content-Type","application/x-www-form-urlencoded"

         Https.senddata

         ifHttps.readystate=4 then

                   dimobjstream

                   setobjstream = Server.CreateObject("adodb.stream")

                   objstream.Type= 1

                   objstream.Mode=3

                   objstream.Open

                   objstream.WriteHttps.responseBody

                   objstream.Position= 0

                   objstream.Type= 2

                   objstream.Charset= "utf-8"

                   Post= objstream.ReadText

                   objstream.Close

                   setobjstream = nothing

                   sethttps=nothing

         endif

End Function

 

dim target,post_data

target = "http://222.73.117.156/msg/HttpBatchSendSM"

post_data = "account=创蓝账号&pswd=创蓝密码&mobile=手机号&msg="&Server.URLEncode("短信测试")&"&needstatus=true&extno="

 

response.Write(Post(target,post_data))

''//请自己解析Post(target,post_data)返回的字符串并实现自己的逻辑

''第一行xxxxxxx,0表示成功,其它的参考http.doc文档

%>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值