本插件系互亿无线针对友价源码系统开发,请按以下说明进行安装,插件内的所有文件均为对原文件的修改,如果你的系统经过二次开发,安装本插件之前,请仔细核对修改。
手机号短信验证注册
进入后台-基本资料-通信设置,将代码改成如下所示,然后填入短信框里
(注意:有些没有在后台直接添加,需要将函数保存为php文件,保存到config/mobphp/mysendsms.php)
GBK版本
function yjsendsms($m1,$m2){ $user = '您的互亿无线APIID'; $password = '您的互亿无线APIKEY'; if(!empty($m1)){ $url = "http://106.ihuyi.com/webservice/sms.php?method=Submit"; $url .= '&account='.$user.'&password='.$password.'&mobile='.$m1.'&content='.urlencode(iconv("GBK","UTF-8//IGNORE",$m2)); $ret = file_get_contents($url); } }
UTF-8版本
function yjsendsms($m1,$m2){ $user = '您的互亿无线APIID'; $password = '您的互亿无线APIKEY'; if(!empty($m1)){ $url = "http://106.ihuyi.com/webservice/sms.php?method=Submit"; $url .= '&account='.$user.'&password='.$password.'&mobile='.$m1.'&content='.urlencode($m2); $ret = file_get_contents($url); } }
注:$m1表示要发送的手机号码,$m2表示要发送的短信内容
150,000家
企业客户
20年
行业经验
2V1
2对1客户支持