时间:2021-07-01 10:21:17 帮助过:5人阅读
$target = "http://106.ihuyi.cn/webservice/sms.php?method=Submit";
$authstr=random(6,1);
$post_user='用户名';
$post_pwd=md5('密码');
$post_data = 'account='.$post_user.'&password='.$post_pwd.'&mobile='.$phoneN.'&content='.rawurlencode('您的验证码是:'.$authstr.'。请不要把验证码泄露给其他人。');
$res = xml_to_array(curl_phone($post_data, $target));//xml_to_array curl_phone 下载它的demo有
$res['SubmitResult']['code']=2;//测试