博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
手机验证码短信
阅读量:4202 次
发布时间:2019-05-26

本文共 555 字,大约阅读时间需要 1 分钟。

$cpid = "";
$password  = "";
$channelid = "4116";
$tele = "";
$content="您好,我是勇,收到短信QQ回复,测试下!";
$content = iconv("utf-8","gbk//ignore",$content);
$content = urlencode($content);
$msg = $content;
$timestamp = time();
$pass = $password."_".$timestamp."_topsky";
echo $pass."<br/>";
$url = "http://admin.sms9.net/houtai/sms.php?";
$url .= "timestamp=".$timestamp;
$url .= "&cpid=".$cpid;
$url .= "&password=".md5($pass);
$url .= "&channelid=".$channelid;
$url .= "&tele=".$tele;
$url .= "&msg=".$msg;
echo $url;
$result = file_get_contents($url);
echo $result;

转载地址:http://rpcli.baihongyu.com/

你可能感兴趣的文章
Samba配置文件常用参数
查看>>
debian安装mongodb
查看>>
2020-10-20
查看>>
易购考拉The first day
查看>>
易购考拉 The second day
查看>>
易购考拉 On the third day
查看>>
易购考拉 The fourth day
查看>>
易购考拉 The fifth day
查看>>
易购考拉 On the sixth day
查看>>
易购考拉 On the seventh day
查看>>
2020-11-15
查看>>
易购考拉15
查看>>
易购考拉day17
查看>>
征稿 | JIST 2019 Call for Workshop Proposals
查看>>
征稿 | JIST 2019 Call for Poster and Demo Papers
查看>>
论文浅尝 | 采用多层注意力机制的事件检测
查看>>
论文浅尝 | 基于知识图谱中图卷积神经网络的推荐系统
查看>>
会议 | CCKS 2019 全国知识图谱与语义计算大会在杭州隆重召开
查看>>
论文浅尝 | 利用图 Transformer 实现基于知识图谱的文本生成
查看>>
论文浅尝 | 面向自动问题生成的跨语言训练
查看>>