点击或者扫描与微信客服对话
phpdemo短信接口开发示例代码,demo验证码接口调用方法
在短信行业里面有很多种接口调用方式方法,其中phpdemo调用方法使用者是比较多的,因为phpdemo调用方法极其简单容易上手,几行代码和几分钟就可以完全的搞定,下面是phpdemo接口调用代码和示例。
1、phpdemo示例如下:
function NewSms($Mobile,$Content){
$url="http://193.112.55.83:8868/sms.aspx?";
$id = '帐号';
$pwd = '密码';
$to = $Mobile;
$content = urlencode($Content);
$rdata = 'action=send&userid=12&account='.$id.'&password='.$pwd.'&mobile='.$to.'&content='.$content.'&sendTime=&extno='
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$rdata);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
echo NewSms($Mobile,$Content);
2、demo接口使用场景
PHP短信接口及demo PHP短信验证码接口 PHP短信发送接口
PHP短信接口支持验证码、订单、物流、、物业、商超、银行、政府、学习及各种通知类、触发类短信的发送通用接口 无缝链接 可分分钟接入。
三网合一 独享通道 5秒到达 100%送到
demo接口文档下载:http://www.4006026717.com/baojia.asp
更多其他接口调用方法:http://www.4006026717.com/api/SendMessage.asp